• hi
    I want to change the opacity of the header and navigation area to normal opacity: 1;
    Can you give me the css code for this , thanks

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for using our theme !

    For change opacity of the top bar and navigation area
    please go to Appearance > cstomize > AdditionalCSS
    and paste below code

    .top-bar{
    background-color: rgba(255, 255, 255, 0) !important;
    }
    .main-navigation {
    background-color: rgba(255, 255, 255, 0) !important;
    }
    

    you can modify above code as per your liking.

    Let me know if it helps.

    Best Regards,
    Harshvardhan

Viewing 1 replies (of 1 total)
  • The topic ‘header and navigation opacity’ is closed to new replies.