Viewing 6 replies - 1 through 6 (of 6 total)
  • It is an inline style so I assume it can be done in your page builder?

    The only way you can achieve this via CSS would be something along the lines of :-

    #section-572d0d0230056 {background-color:#000 !important;}

    Into your child theme however that is quite dirty so I would take a look closer in the themes build to find the inline style it has ‘background-color: rgb(255, 191, 0);’

    Thread Starter CHRIS.W

    (@chrisw-1)

    Hello J,

    Tx for your answer. I set the code in my CSS but it don’t work :

    https://gyazo.com/6c4e966f5159dcef9b5de09014465185

    I am a green man I may missed something.

    Hi Chris,

    Maybe my bad that one the ID of that container changes every load! Try this instead :-

    #section-237 .fw-main-row {background-color:#434998!important}

    Thread Starter CHRIS.W

    (@chrisw-1)

    J U are the best,

    It work just fine !

    Now just one last thing. How can I change the subtitle color in this very same container ?

    Hi Chris,

    Try the following :-

    #section-237 #newsletter .subtitle {color:#fff}

    Cheers
    J

    Thread Starter CHRIS.W

    (@chrisw-1)

    It work just fine,

    Bravo and Tx a lot J.

    Cheers from Cancun

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Color on NewsLetter Bar’ is closed to new replies.