Old/New ways of communicating online, random art and helpful CSS code for Squarespace

For years, I have thought about blogging, but a fear of sounding trite and boring has kept me from posting. I can find very unusual reasons for not doing something, and in the case of posting here, using the Avenue template from Squarespace, I could not figure out how to remove underlines from a blog/news title while keeping it a hyperlink, but keep the underlines for links in the body section of the website. It turns out it’s some really simple CSS code, and I used CSS regularly when I used to hand code websites using BB Edit and Dreamweaver eons ago, so I’m not sure why it didn’t occur to me to search for the CSS on this template and modify the blog/news design issue I was having. Anyway, for those of you who have encountered a similar issue on SS, here is the code that worked for me:

}

#page a {text-decoration: underline;

}

h1 a, {

text-decoration: none !important;

}

Make sure to only have one “}” between each command/line of code. SS will conveniently post a little error message in red if you have an extra “}” or any other code error. The first line of code:

}

#page a {text-decoration: underline;

already existed in the CSS window, so I left it there and added the second line of code with “} h1 a…” The original line of that code had: ”h1 a, h2 a, h3 a, h4 a, p a” included, and I determined “h1” was the identifier for the title/heading text used in the news/blog space, so I was able to remove the other heading styles. This may be obvious, but just in case: the “a” as in “h1 a” is syntax for a link/hyperlink. This Squarespace forum is where I found the code.

For now, my goal with this blog/news section is to post about topics of interest to me and hopefully to other people as well like most blogs from 1997. :) I am hoping to try new ways of communicating online that don’t elicit anxiety and a space where I can express my thoughts with sincerity.

So the next random thing for this post will be to share some art I did recently as promotional work. It does speak to collective emotions around the pandemic and personal growth in a more general sense. For years, I have doodled landscapes in the negative space between limbs, I like filling negative space in that manner.