Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #261837
    Laz
    Participant

    Hi I have Bold Photography Pro and i need white menù without image overlay.
    Thanks

    #261902
    Skandha
    Participant

    @laz: Hello there,
    Go to => Apperance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 75em) {
    	.navigation-classic.absolute-header .main-navigation a {
    		color: #000 !important;
    	}
    	#primary-menu-wrapper, #primary-search-wrapper {
    	    background-color: #fff;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #261922
    Laz
    Participant

    Thanks for the quick answer. Sorry maybe I explained myself wrong. I would like the white part for the entire width of the site not just for the menu. Thanks Alessio

    #261923
    Laz
    Participant

    Like templates : ALCHEMIST PRO – CLEAN PORTFOLIO PRO – MY MUSIC BAND PRO – CLEAN BLOCKS PRO – CATCH STARTER PRO – FOODIE WORLD PRO
    THX
    Alessio

    #262095
    Skandha
    Participant

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

    @media screen and (min-width: 75em) {
    	.navigation-classic.absolute-header .main-navigation a {
    		color: #000 !important;
    	}
    	.absolute-header .site-header {
    		position: relative;
    	    background-color: #fff;
    	}
    	.navigation-classic.absolute-header .main-navigation .sub-menu a {
    		color: #fff !important;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘white menù without image overlay.’ is closed to new replies.