Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #119478
    catwingz
    Participant

    Hi,
    The site in developmwnt is here. I have a widget placed in the ‘promotion headline right’, and at some point I gave it a custom background color. Now I’d like to change the background color, but I don’t find the current color in the Customizer and when I put the desitred color into the field for the background for that section nothing happens. When I look at the area for ‘custom menu’ I don’t see the current colors there either. I think I added these before the theme was upgraded to pro. I find it hard to believe that I need to revert to the free version to be able to change the colors but that is what it’s beginning to seem like. Help!

    Thank you

    #119487
    Mahesh
    Keymaster

    @catwingz: Go to Dashboard=> Appearance=> Customize=> Color Options=> Promotion Headline Color Option and change Background Color. If you have changed the color through Custom CSS, this won’t work as Custom CSS will override the option. First remove the previous Custom color from Custom CSS. Or Go to Dashboard=> Appearance=> Customize=> Custom CSS and add the following CSS.

    aside#promotion-message {
        background-color: #493a1e;
    }

    Regards,
    Mahesh

    #119501
    catwingz
    Participant

    Now I see what happened. When we were using the free version I added it to the CSS. That was long enough ago that I completely forgot about it. Thanks for pointing that out.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Promotion headline color issue’ is closed to new replies.