When you bold type in a text field it automatically turns the color of the body copy. Even if you tell it to be a specific color on the color tab.
How do you override this?
thx.
Hi fgrippe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color strong, .main_color b, .alternate_color b, .alternate_color strong { color: inherit !important; }
You can also go to Enfold theme options > Advanced Styling tab and edit Strong tag
Regards,
Yigit
Thx for the quick CSS code.
Can you explain how to edit tags in the Advanced Styling Tab? Is there a video about it? Article? Is that the only use for the AST?
Hi!
Since that feature is still in BETA we do not have a video documentation about it yet.
You should basically choose the element you would like to edit from the dropdown and then click “Edit Element” and then edit it and save. For elements with hover states, please add the same element twice and check “Apply only to mouse hover state” on hover one :)
Cheers!
Yigit