So I found the header transparency. So this needs to be adjusted on every page? And I don’t make it transparent where do I adjust the colors?
We are having the same issue. Is there a fix?
Hi Rikard,
This thread is definitely okay to close, thank you again :)
Best, J
Perfection! You rock gents, thank you.
Best,
Jesse
Thanks Guenni007!
I made a slight edit and it works just fine for Headers:
h1.av-special-heading-tag , h2.av-special-heading-tag , h3.av-special-heading-tag {
font-variant-ligatures: none !important;
}
Any suggestion on what I can add to this to have it apply the paragraph text as well?
Really appreciate the help!
Best, J
Hi Victoria,
Thanks for the quick response! I applied the provided CSS code and was able to get it to work in Quick CSS by making a slight adjustment:
__
.modern-quote .av-special-heading-tag {
font-weight: normal!important;
}
.av-subheading p:last-child {
font-weight: normal!important;
}
__
Does that look fine (I thought !important would be okay to use, but just want to make sure)? Much appreciated and thank you again!
Best,
Jesse