Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82081
    adunning
    Participant

    Hi, can you please advise how to change the background color of the primary menu and also the footer background in this theme? Thanks

    #82090
    Sakin
    Keymaster

    @adunning: You can find detail color options in pro version theme options. But in free version, you need to change manually using custom css.

    So, just change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Primary Menu Background Color */
    #header-menu {
        background-color: #3a3d41;
    }
    /* Footer Background Color */
    #site-generator {
        background-color: #3a3d41;
    }
    #82145
    adunning
    Participant

    Thanks very much again Sakin!

    #82168
    Sakin
    Keymaster

    @adunning: Thanks. If you like my support and Catch Everest theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing background color of menu and footer – Catch Everest FREE Theme’ is closed to new replies.