Hello,
I have a text section under a “Fullwidth Easy Slider” that displays a single video.
The heading styling is lost on the heading that is within that text section.
If I move the text section above the easy slider, the heading displays as it should.
Could you please help me figure out why this is happening ?
Hey JuldanInc!
Hmm, it should still be applied there since it’s under a main_color section. Not sure why it’s not being applied but you can add a codeblock element to the page and add this inside for a quick fix.
<style type = "text/css">
h2 {
color: #32587f !important;
font-size: 45px !important;
font-family: 'Bitter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
font-weight: bold !important;
text-transform: uppercase !important;
}
</style>
Cheers!
Elliott
Thank you,
That seemed to do that trick.
So that fixed one issue, but caused another.
I have text in a Color section (socket) and the heading was white and now it is displaying in the blue now. (“SERVICES”)
Can we adjust so that this does not effect text within a socket.
Hi,
OUR SERVICES is displaying in white on my end, I’m guessing you managed to get it fixed?
Thanks,
Rikard
Hi,
i was able to get it to display white by changing the color in the editor.
I could not get it to display the H2 heading in white from the specified “advanced” settings in the theme.
Hi!
I think I remember them all being blue last time I checked. If you only want it done on the contact section then switch it to this.
<style type = "text/css">
#contact h2 {
color: #32587f !important;
font-size: 45px !important;
font-family: 'Bitter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
font-weight: bold !important;
text-transform: uppercase !important;
}
</style>
Regards,
Elliott
Thank you.
All is displaying properly now.