Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #150547
    kingl196
    Participant

    I wish to change the menu from black to white and I have used this code to change the menu text colour and menu

    
    #access-primary-menu li.menu-item a {
      color: black;
    }
    .main-navigation { 
    	background-color:white; 
    }
    #header-menu ul.menu a
    {
      padding: 0 2em;
    	border-right: none;
    	background-color: white;
    
    }
    

    but it leaves black vertical lines on the left of each menu item (except home). I cannot find where to make this white also.

    Can you help please?

    #150548
    kingl196
    Participant

    The site is http://defencehumanists.org.uk/ and uses Catch Evolution free theme.

    #150559
    Skandha
    Participant

    @kingl196: To remove the black border from the nav menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-menu ul.menu li {
        border:none !important;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change colour of navigation menu’ is closed to new replies.