• I use the free Cactus One Page theme. Is it possible to change the navigation background from white to other colors ? Also the font colors in Menu. How to do that ? Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @isamblog,

    You can change the menu text color and background color with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .cactus-header.cactus-inline-header.right {
    background: red !important;
    }
    .cactus-header .cactus-main-nav > li > a {
    color: yellow !important;
    }
    

    You can change color values as per your choice.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Change Navigation Bar Color and Menu Color’ is closed to new replies.