Comments martinken started the conversationJune 11, 2021 at 6:38amIs it possible to make the menu bar transparent like this one tesla.com so the background picture can be seen? Also I need to center the text. Regards Martin 2,614PenciDesign repliedJune 11, 2021 at 8:06amHi,Please go to Appearance > Customize > Custom CSS, then paste the following custom CSS code: #navigation .menu { float: none; margin: 0 auto;} #header .inner-header,#navigation, #navigation.header-layout-bottom { background: transparent !important;} Regards,PenciDesign.martinken repliedJuly 20, 2021 at 10:02amHi but it does not work on mobile navbar 2,614PenciDesign repliedJuly 20, 2021 at 10:49amHi,How do you want to display it on the mobile? By default, the menu bar will be hidden on mobile, it will show if you click on the hamburger menu.Regards,PenciDesign.martinken repliedJuly 20, 2021 at 11:09amHi I want the hamburger menu bar / mobile bar between the white lines as shown in the attached picture to be transparent 2,614PenciDesign repliedJuly 20, 2021 at 1:37pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 768px) { #navigation, .show-search { background-color: transparent !important; }}Regards,PenciDesign. Sign in to reply ...
Is it possible to make the menu bar transparent like this one tesla.com so the background picture can be seen? Also I need to center the text. Regards Martin
Hi,
Please go to Appearance > Customize > Custom CSS, then paste the following custom CSS code:
Regards,PenciDesign.
Hi but it does not work on mobile navbar
Hi,
How do you want to display it on the mobile? By default, the menu bar will be hidden on mobile, it will show if you click on the hamburger menu.
Regards,
PenciDesign.
Hi
I want the hamburger menu bar / mobile bar between the white lines as shown in the attached picture to be transparent
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.