I noticed that my lists have css for bold code in my enfold theme that adds a green color. I don’t want this. It is inconsistent as code that isn’t list code and just normal text code that is bold is black.
Q: How do I identify where the CSS is coding the
is being applied and remove this added green value?
It is especially confusing as my link colors are also bold and green
Screenshot: https://tinyurl.com/28wop55w
Blog Post Example: https://blgenvironmental.com/florida-backyard-privacy-landscaping-creating-shade-natural-screening-for-orlando-homes/
Please advise where the CSS is an how to adjust this issue and resolve.
Hey kurson,
Thank you for the inquiry.
The green color can be overridden using this css code:
.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, .html_elegant-blog #top .main_color .blog-categories a, .html_elegant-blog #top .main_color .blog-categories a:hover {
color: #555555;
}
This can also be adjusted in the Enfold > Advanced Styling panel — look for the strong tag and configure it.
Best regards,
Ismael
