Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255938
    BeauJayce
    Participant

    Hi!

    First of all I want to say that it is a great theme to work with! 🙂

    Please let me know what code I should add to my custom CSS in order to change the background color of menu under.

    It is the background color of the secondary menu I want to change.

    #255949
    Skandha
    Participant

    @beaujayce: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-secondary {
        background-color: #123456 !important;
    }

    You can change the color according to your requirement.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change background color of menu under?’ is closed to new replies.