Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #78817
    lehii17
    Participant

    how to change the button color menu in the mobile version

    #78863
    Sakin
    Keymaster

    @lehii17: In Catch Flames theme, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” Box:

    .mobile-menu a {
        background-color: #fff;
        color: #000;
    }
    #79079
    lehii17
    Participant

    Thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘menu button in mobile version’ is closed to new replies.