Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #166732
    valelotartaro
    Participant

    Hello, Is there a way to make invisible the background of the menu (so that it shows the image behind)
    Kind regards, Valeria

    #166791
    Skandha
    Participant

    @valelotartaro: Hello Valeria,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .fluid-layout #header-content, .boxed-layout #header-content .wrapper {
    	background-color:unset;
    	-webkit-box-shadow:unset;
    	box-shadow:unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #166825
    valelotartaro
    Participant

    Excellent , thank you Skandha! Is there a way to make it only transparent in the homepage and that in the rest of the pages remain in the default color?

    #166832
    valelotartaro
    Participant

    This is my last question! : )) thank you very much for your help

    #166891
    Skandha
    Participant

    @valelotartaro: To have a transparent menu only on Home
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home.fluid-layout #header-content, .home.boxed-layout #header-content .wrapper {
    	background-color:unset;
    	-webkit-box-shadow:unset;
    	box-shadow:unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #166915
    valelotartaro
    Participant

    Thank you, perfect!

    #166917
    Skandha
    Participant

    @valelotartaro: Glad I was able to help you out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘menu background’ is closed to new replies.