Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #512948

    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 ?

    #512955

    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

    #512957

    Thank you,
    That seemed to do that trick.

    #513029

    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.

    #513456

    Hi,

    OUR SERVICES is displaying in white on my end, I’m guessing you managed to get it fixed?

    Thanks,
    Rikard

    #513782

    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.

    #513972

    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

    #513982

    Thank you.
    All is displaying properly now.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Heading Style Lost when Placed Under Full Width Easy Slider’ is closed to new replies.