Hi guys…!
I have to tell you I’m not a fan – at ALL – of the styling the theme inserts on the ampersand in my clients name.
Styled inside a Special Heading – H1 tag – Meta Color – Heading Style Modern
You got a way to override the styling?
Cheers
Enfold ver. 2.8.1
Hi bitsoul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.special_amp {
font-family: inherit;
font-style: normal;
font-size: inherit;
line-height: inherit;
font-weight: bold;
color: inherit!important;
}
Regards,
Yigit
Yo Yigit…!
Awesome quick response…
In my case – H1 tag – Meta Color – Heading Style Modern it is – font-weight: 300;
Cheers..!