• Resolved kizonxks

    (@kizonxks)


    I’m trying to change the colour of the main menu/navigation bar in editor but cannot find which piece of code it is. Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • wprocket

    (@wprocket)

    @kizonxks: You can add the following css in “Appearance -> Customize -> Additional CSS”. Change the background color code as per your need.
    .section.bg-dark.navigation { background-color: #000; }

    • This reply was modified 8 years ago by wprocket.
    • This reply was modified 8 years ago by wprocket.
    Thread Starter kizonxks

    (@kizonxks)

    Thanks that has worked but now when I hover over a page title there’s a black box around whichever one I’m hovering over.

    Thread Starter kizonxks

    (@kizonxks)

    Don’t worry, I found the part in the CSS which changes that and changed it to my original colour. For other wondering its this:

    .blog-menu li:hover a {
    	background-color: #4c74b3;
    	cursor: pointer;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change colour of Menu/Navigation Bar’ is closed to new replies.