When I use the Bold butten for a text. The text becomes Bold but in another color.
In this case it’s becoming red. The color must not change.
It’s not possible to change the text color (original) using the text color butten.
Hey marcjetten,
Did you try changing your settings for the strong tag under Enfold->Advanced Styling?
Best regards,
Rikard
I am trying to do the same thing. I just updated the tag to black, but bold text still appears as my primary color. Any other suggestions?
See the bottom bullet points “Marketing automation:” and “Sales enablemet:” on the website linked below…those are bold only, but still show minty green. I went to Enfold Child > Advanced Styling > selected tag to customize, and updated Font Color to #000000.
Hey Lead,
So you want those buttons to be bold with a black font color?
Best regards,
Jordan Shannon
Hi Jordan,
There are no buttons. When I am creating a page or a blog post, and I choose to bold my text, I’d like the text to show up bold and black, not bold and minty green (our primary color).
Best,
Jen
Hi,
I see, try adding this to quick css:
.main_color b{
color:#000!important;
}
Best regards,
Jordan Shannon