Top menu Background Colour

Hi,
I have installed "Carpenter 2" Pre-Built website, which originally has transparent Menu, but I want to have a semi-transparent background.

Please help.

www.vwood.nz

Thanks

Comments

  • Hi,
    Semi-Transparent header is only available for Split Menu, but, I've made a CSS for you to make it.
    #Top_bar{
    background-color:rgba(0,0,0,0.8) !important;
    }
    Thanks
  • Thanks Pablo, 
    I think you haven't understood my query.

    I want to give a background colour to the menu [it should be ok if it is solid colour], with your code it gives a background colour only when I scroll the page. please have a look.


    www.vwood.nz


    Thanks


  • You have somewhere inserted a background image in Theme Options.
    Check in Theme Options >Header & Subheader > Header
    Please check if these fields are blank
    Thanks
  • Thanks,
    But the field is empty.
    image

    Is it because I have installed " CARPENTER 2 " prebuilt website?
    should there be any hardcoding which does not allow me to place any colours in the Menu Background.

    If The above query is not possible,
    Can you show me how can I insert an image in the menu background.

    Thanks


  • This code will fix your issue.
    body.tr-menu.header-fixed #Top_bar:not(.is-sticky){
    background-color:rgba(0,0,0,0.8) !important;
    }
    Thanks
Sign In or Register to comment.