• FOOTER COLOR: I need to Change footer color on Hestia (Orfeo), and none of the CSS code I have found work. I want the Footer white and the letter black.

    HEADER MENU: Also, I need the menu, when hoover, to turn grey, as right now it turns white and the letter get lost on the white header background.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 
    .navbar:not(.navbar-transparent) li:not(.btn):hover > a, .navbar.full-screen-menu.navbar-transparent li:not(.btn):hover > a, .navbar.full-screen-menu .navbar-toggle:hover, .navbar:not(.navbar-transparent) .nav-cart:hover, .navbar:not(.navbar-transparent) .hestia-toggle-search:hover {
        color: #999;
    }
    
    .footer-big {
        background-color: #000;
        color: #ffffff;
      }
    .footer .content .widget h5 {
        color: #fff;
      }
    .footer .content .widget ul li a {
        color: #ffffff;
      }
    
    

    That should do it for ya!

    I am trying to find footer.php in the Orfeo theme but can’t. Does anyone know where this is?

    • This reply was modified 5 years, 11 months ago by thecoddle.

    Hello how are you?
    I hope I can help you. Orpheus php codes are entered into the “Aditional CSS” of the subject’s personalizer.
    Open and paste the code
    Anyway, if someone can add or disagree, please say so.
    See you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change footer color Hestia (Orfeo)’ is closed to new replies.