Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #336598
    Anon User
    Participant

    Hi

    I love the BizBoost theme, but I need to change the color of the navigation menu and I don’t have time to look for the location in the CSS file.

    I see there was a post about this 10 months ago, but i didn’t find any details.

    Can someone please help?

    #336605
    sujeet
    Keymaster

    Hello @anon-user,

    Please kindly try adding the following css code to Appearance => Editor => Frontpage => Additional CSS. I’ve attached an screenshot as well. Please check.

    
    .wp-block-navigation__responsive-container .wp-block-navigation-link a,
    .wp-block-navigation .wp-block-navigation-item__content,
    .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
       color: red !important;
    }
    
    .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
    .wp-block-navigation .wp-block-navigation-item__content:hover,
    .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
       color: green !important;
    }
    

    color

    You can change the colors red and green as you preferred.

    If this didn’t work, then please kindly share your website URL, so that we can give you an exact code. Thank you.

    Kind Regards,
    Sujeet

    #336612
    Anon User
    Participant

    Thank you!

     

    It worked.

    I appreciate the swift reply.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Navigation Menu Color’ is closed to new replies.