Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

VW Laptop Repair Pro

Home Forums VW Theme VW Laptop Repair Pro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62785

    Hello Team,

    I want to change the color for the entire header (navigator bar) to white and change the font color to 192C56. Using the developer tool, I realized that the sticky-menu background-color handles the color, however, only a few paths of the navigator bar color change to the new color specified.

    #sticky-menu {
    background-color: #1f232b;
    }

    Kindly assist, I want to change the color of the entire navigator back.

    #62792
    developer vwtheme
    Participant

    Hi,

    Kindly follow the steps given below to change the sticky menu color

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .sticky {
    background-color: #ffffff;
    }
    .sticky .main-navigation a {
    color: #000000;
    }

    Many Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.