Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1345264
    architectsof
    Participant

    Hello i’ve also been reading along.

    My current website http://www.architectsof.nl
    has a transparent background which I want but not for the mobile menu because it overlaps and then
    the text is not readable.

    So how can I make it so that only the mobile menu has a white background?
    Thanks in advance!

    Niels

    #1345635
    Friech
    Moderator

    Hi Niels,

    Thanks for writing in! You can add this under Custom > Global CSS in the Customizer.

    @media (max-width:  979px) {
    	.x-navbar {
    		background-color: rgba(219, 15, 69, 0.76);
    	}
    }

    But I think you can’t have your mobile menu a white background, because your menu text and logo is also white that would not be visible in a white background.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1225415 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>