@Mtt Hello, I am trying to eliminate the text-decoration for h2, but I can’t figure out how to do it just to the header without having to modify the “a:-webkit-any-link”. Is it possible? Thank you!
@Mtt Hello, I am trying to eliminate the text-decoration for h2, but I can’t figure out how to do it just to the header without having to modify the “a:-webkit-any-link”. Is it possible? Thank you!
@Gaby Sorry about delayed response. Are you talking about the h2
for post titles? If so, this’ll do the trick. If I’m misunderstanding what you’re asking, can you provide more details and links?
h2.post-title a { styling: here; }
h2.post-title a:hover { styling: here; }
@Mtt oh and one more! If I wanted to rid of the # character in the tags, how do I go about it ? 😊
@Gaby That’s a little more involved, but still doable. You’ll need to work with a custom theme and modify line 18 of /layouts/post/single.html
by removing the #.