Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #117803
    erilink
    Participant

    Hi,

    I’m trying to change the inner color of the site to match my green. I’d rather not have the stark white if possible and I’m not having success doing it so far.

    https://uutest.pinandfaerie.us/

    Thanks
    Erica

    #117816
    tikaram
    Participant

    @erilink : Go to Appearance => Customize => Additional CSS and add the following additional css and save your settings.

    .featured-slider .slides {
        background-color: #b6d3c1;
    
    }
    #homepage-message {
        background-color: #b6d3c1;
    }
    #footer-sidebar {
       background-color: #b6d3c1;
    }

    Hope this solves your problem.

    Regards,
    Tikaram

    #117970
    erilink
    Participant

    Sorry I’m just responding..I’ve been quite busy on doing this testing and website renovation. Thank you so much for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change inside color’ is closed to new replies.