Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109831
    lewisjm
    Participant

    Hello,

    Is it possible to change the color of the secondary and footer menus in the free version of Catch Box, using the “additional css” box? If so, what code would I need to add? I would like them to be a different color than the primary menu, if possible.

    Thanks,
    Jennie

    #109887
    Pratik
    Keymaster

    Hi @lewisjm,

    Try following code:

    
    /* Secondary Menu */
    #access-secondary {
        background-color: #fff;
    }
    
    /* Footer Color */
    #access-footer {
        background: none #fff;
    }
    

    Just use any colors in place of hex colors.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Secondary & Footer Menu Color’ is closed to new replies.