I have used the following code as per many posts on the forum..
a:hover{
text-decoration: none !important;
}
It works fine on page 1 in the Private Content, but not on page 2
I have even copied the same content from page one to page two to see if it was something in the code they are exactly the same.
Ideas please??
`You can see Study Level | Type are both underlined on page 2
Hey midischool!
Thank you for using Enfold.
Looks like you managed to remove the line. Is that right?
Cheers!
Ismael
Yes we have added a new id for that section (link_without_underline) via the dashboard and added the following style in Quick css.
#link_without_underline .avia_textblock.av_inherit_color a{
text-decoration: none !important;
}
Not sure if this has caused this though?>
https://kriesi.at/support/topic/special-heading-element-different-font-weight-on-random-pages/
Or if you can explain this issue?
Thanks