-
AuthorPosts
-
May 3, 2013 at 7:46 pm #22790
Hey there,
Enfold is a great piece of work! I love it.
Just one question:
I’d like to highlight some text in the main content, just making it bold.
Unfortunately bold text becomes couloured (scheme colour; red in my case) automatically on every page. I want to have bold words in the default black-textcolor only. Otherwise thely look like hyperlinks…
How can I fix that issue?
Thx in advance!
May 5, 2013 at 4:49 pm #117239Hi micscr,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top strong {
color: black ;
}Regards,
Devin
May 7, 2013 at 8:07 am #117240The above fixed the colors in PAGES.
however, I also had to do this to make the Bolds black in Blog posts;
#top b {
color: black ;
}
I hope that does not break anything else ?
May 7, 2013 at 6:13 pm #117241Hey!
No, the code shouldn’t break anything..
Best regards,
Peter
May 7, 2013 at 8:11 pm #117242Hi,
thx Devin & TechShad for the codes.
In fact both work but if I also add the…
#top strong {
color: black ;
}
… unfortunately the headlines in the footer (I’m using Enfold Latest News widget) also turn from white to black, which make them illegible.
Any ideas how I can fix that as well? thx!
May 7, 2013 at 10:35 pm #117243Hi,
You should probably use this
.news-headline {
color: white !important;
}Regards,
Ismael
May 8, 2013 at 11:16 am #117244thx a lot, Ismael!
Now everything looks proper.
May 8, 2013 at 11:54 am #117245okay, since I’m also using this widget in pages-sidebar area, they also turn white there which is also the bg-color.
is there any way to split the color-allocations for the latest-news-headlines or do i have to remove the widget in one area?
Regards,
Michael
May 8, 2013 at 3:13 pm #117246i have worked arround the issue setting the color to a grey which is readable on black and white.
now fine for me – thx for your help guys!
Regards,
Michael
-
AuthorPosts
- The topic ‘Bold text gets coloured automatically’ is closed to new replies.
