Tagged: x
-
AuthorPosts
-
June 29, 2016 at 9:15 am #1064916
bergtopParticipantHello,
I made a transparant menu, which looks great on a pc but on mobile it is not so ok.
Normally the mobile menu pushes down the content, but with transparency it makes a transparant overlay which makes it impossible to read.
I wonder how can I change the colour of the collapsed menu in mobile/ipad mode. I just want a greyish overlay so the menu is readable.
Or is it still possible that it pushes down the content?
my webpage http://www.brainbulb.nl/home
thx in advance.
Regards,
DimitryJune 29, 2016 at 10:41 am #1065019
JoaoModeratorHi Dimitry,
Please add the following code to Appereance Customizer Custom CSS
.x-navbar .mobile .x-nav { background: rgba(0,0,0,0.3); border-radius: 7px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }I personally think it looks better with a white background, if you prefer to use a white backround change
rgba(0,0,0,0.3); to white;Hope that helps,
joao
June 29, 2016 at 1:08 pm #1065273
bergtopParticipantIt works, and yes white is more readable.
Thx,
DimitryJune 29, 2016 at 1:17 pm #1065290
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1064916 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
