Hi,
I wanted to change the font weight of the headings, especially H2.
I already tried it with this Quick-CSS:
h2 {
font-weight: 10;
}
Unfortunately it is not as simple as that.
Thank you for help!
Gerke
Hi C2S16!
Please go to Enfold theme options > Advanced Styling and edit “H2” elements to change font weights
Cheers!
Yigit
Hi Yigit,
I already tried that, but changing the font-weight there did not change anything, do you have an idea why?
Thank you,
Gerke
Hi,
I found my mistake. I had another Advanced styling for all headers overwriting my changes for h2.
This leads me to the question is there a way to prioritize the advanced Stylings?
Thank you,
Gerke
Hi,
If you are styling the same element it would be difficult unfortunately, could you try to be a bit more specific as to what you are looking to achieve please?
Thanks,
Rikard
For Example if I set some Stylings for all headings, let’s say every heading should be blue.
Then I want to have only h2 grey, how do I prioritize the grey color for h2, so that h2 is grey and not blue anymore?
Thank you!
Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your element that contains H2 tagged element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class h2 { color: grey !important; }
Best regards,
Yigit