Change the background colour of the social menu

Home Support Blog Way Change the background colour of the social menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7020
    Anonymous
    Inactive

    Is there CSS code I can add to change the black bar to white on social menu at the foot of the page please? I tried:

    .social-menu-wrap { background-color: #fff!important; }

    But this didn’t work, I’m probably being thick, its beena long day :-/

    #7021
    ProDesigns
    Keymaster

    Hi @dottedjanine

    Please try this CSS:

    .footer-social .social-menu-wrap .menu {
        background: #fff;
    }

    Hope it will work.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.