Gabz
Gabz

@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!

|
Embed
Progress spinner
Mtt
Mtt

@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; }
|
Embed
Progress spinner
Mtt
Mtt

@Mtt (Should be a line break in previous code snippet.)

|
Embed
Progress spinner
Gabz
Gabz

@Mtt aha! h2.post-title a { !! That’s what I did not try, thank you šŸ™šŸ½

|
Embed
Progress spinner
Gabz
Gabz

@Mtt oh and one more! If I wanted to rid of the # character in the tags, how do I go about it ? 😊

|
Embed
Progress spinner
Mtt
Mtt

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

|
Embed
Progress spinner