Support » Theme: ColorWay » Change the color of the footer and the menu hoover

  • Resolved michello

    (@michello)


    Hi,

    I would like to change the color of the whole footer (from the default colors: light green and dark green) and also the menu hoover (the color displayed when I move my cursor above the particular menu item or displayed after I click on it). I am using a child theme.

    So far, I have done all customization in Appearance –> Theme options –> Styling options.

    I will appreciate any help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hi michello,
    You just put the following code to your custom css, save it and see the changes.

    If you want to change colors find you color hex code and replace with the existing.

    #menu .sf-menu li li a.selected, #menu .sf-menu li li a:hover {
        background:#0082b2;
    }
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover,#menu li.current_page_item a, #menu li.sfHover, #menu li.sfHover a, #menu .sf-menu li li{
        background:#55b7db;
    }
    
    .footer-container{
    background:#55b7db !important;
    }
    .footer-navi{
    background:#0082b2 !important;
    }

    This may resolve your problem.

    Thread Starter michello

    (@michello)

    It worked! Thanks a lot!

    Hi, I used the code and it helped me change the color of the footer. But I also want to change the color of the menu buttons, can you help me please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the color of the footer and the menu hoover’ is closed to new replies.