Tagged: links
Hallo!
Leider ist auf der Homepage die Formatierung der Links falsch. Statt in der eingestellten Farbe werden die Links dort schwarz unterstrichen dargestellt. Bitte um Hilfe.
Besten Gruß.
Hi!
Thank you for using Enfold,
Please use this on Quick CSS or custom.css:
.main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
color: #c3512f !important;
}
Regards,
Ismael
Hey Ismael,
Thanks a bunch. Strangely enough, now all bold text is in that color and the links do have the color too, but they’re still underlined. You can check the supposed behavior on any of the other pages. I’ve also tried and removed all other Quick CSS formatting, but the problem still persisted.
While we’re at it: is there a way to change the font weight of the bold type? I would like to draw attention to the bold parts and especially have the meta benefits, but right now bold just seems too much.
Thanks again!
Alexander
Hey!
Add this to Quick CSS:
#top .av_inherit_color a {
text-decoration: none;
}
Cheers!
Andy
For bold text use this:
strong, b {
font-size: 16px;
}
Cheers!
Andy
I’ve removed the color for the strong parts myself, just need something to fix the underlining now.
Ah, didn’t see there was already an answer.
That does the trick, thanks so much, Andy! : )
Hey!
You are welcome. If you have any more questions, please let us know. We are happy to assist.
Best regards,
Andy