• URL: uniexpressglobal.com

    Please help, I cannot change the footer or menu overlay color. I have tried changing every background # and it is still not working.

    I think it may have something to do with URL images as backgrounds for the footer if that makes any sense.

    Anything would be greatly appreciated. Thanks so much.

Viewing 1 replies (of 1 total)
  • Hi there. What do you mean when you say “footer or menu over”? I’ll take a few guesses. The following CSS would need to be placed in either your CHILD theme style.css file or a custom CSS plugin:

    The footer background color:

    .body_wrapper .footer-wrapper {
      background: #00f;
    }

    Main menu hover link background:

    #MainNav #menu li:hover a,
    #MainNav #menu li.current_page_item a {
      background: #00f;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing footer/menu overlay color’ is closed to new replies.