How can I change the body/text type to black when I select bold?
Right now, my body text goes to a blue color, similar to the headline fonts for H1 and H2 and links.
I have included my credentials.
Thanks,
Kfranck
Hey Kurt,
Thank you for the inquiry.
It is possible to adjust the style of the strong tag in the Enfold > Advanced Styling panel. We could also add a few css code to change it if necessary.
Best regards,
Ismael
Hi:
I added a tag in the advance styling panel and the bold () does not turn to BLACK.
I think we need CSS code added. Can you please help?
Thanks,
Kfranck
Hi,
Thank you for the update.
It might not have changed yet because the stylesheets or css files are minified. Please disable the css minification or compression temporarily, then purge the cache. If it is not working, use this css code.
.main_color strong {
color: #000000;
}
Best regards,
Ismael
Ismael:
That solved the problem. Thank you. I encountered another issue, but I will submit another post.
Thanks,
Kurt