Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96736
    Peter
    Participant

    I am using the child theme catch responsive pro I have tried to change the background color of the primary menu to #2e3192 but it keeps changing back to the original color. Can you please help.

    #96773
    Mahesh
    Keymaster

    @petermilliken:
    Hi Peter,

    I guess your site is https://wildwesttours.co.uk/. For changing primary menu background color, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .nav-primary {
        background-color: #2e3192;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

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