@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 #.