Tagged: custom color, Enfold 3.0, special heading
Hi!
links (..in a heading (e.g. H3) don’t have underlines for the default color.
Changing to a customer color changes the text-decoration property to underline as well.
Guess that’s not the way it should be, or?
Hey Fritz!
Can you post a link and show us an example? Text is not underlined when i use custom color.
You can try adding following code to Quick CSS
h1, h2, h3, h4, h5, h6 { text-decoration: inherit!important; }
Cheers!
Yigit
Hi!
Please use following code instead
#top .custom-color-heading a {
text-decoration: inherit;
}
Regards,
Yigit
Hi, trying to get heading links to show underlines on my Enfold install, not having any luck…lil help?
http://www.bjff.org/support-the-festival
Thanks!
Hey!
It looks like your typing them out manually. Try adding this to your custom CSS.
h2 a { text-decoration: underline !important; }
Best regards,
Elliott
Hey Elliott!
Thanks for that…have added that call from the Quick CSS pane and it worked!
Any thoughts on why I’m getting different <p> behaviors on the same page?
TX tons!
JC.
Hey JC!
Could you highlight the issue your having with paragraphs with a screenshot or elaborate a bit please?
Best regards,
Rikard
Hey!
Please add following code to Quick CSS as well
.entry-content-wrapper div li {
font-size: xx-large;
line-height: normal;
}
Regards,
Yigit