Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #85033
    AnnaLisa
    Member

    Hello,

    I have installed the Clean Journal WordPress theme and I understand that I can override the CSS by going to “Customizing ▸ Theme Options Custom CSS Options”. I have found some CSS code online to change the menu background colour, however it did not work. Please can someone advise how I can change the background colour of the menu bar?

    Many thanks for your help

    #85066
    Mahesh
    Keymaster

    Hi @annalisa,

    Add the following CSS in Custom CSS box:

    .nav-primary {
        background-color: #0000ff;
    }
    
    .clean-journal-nav-menu .sub-menu li a:hover, .clean-journal-nav-menu .sub-menu li a:focus, .clean-journal-nav-menu .children li a:hover, .clean-journal-nav-menu .children li a:focus {
        background-color: #0000ff;
    }

    Note: Please change the color hex value to your desired color.

    Regards,
    Mahesh

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