Hello everyone, I have a CSS question. How to achieve a translucent gray white background like the safari browser for example? And how to remove the double menu in mobile mode? Thank you
magnytu2 Hi Kindly put the site online so i can have a look on it. To disable the menu open template style > Navigation tab > off canvas disable it.
Hello and thank you for your answer. But it's not the Off canvas menu that I want to hide but the mobile menu. Because I need the Off canvas when the site is in full page. For the translucent background, I want it on this project: http://magnytudeweb.com/MJC_Epinal/ Thanks for your help.
magnytu2 Hi for BG color on header you can use this code in custom css
.header-block-1 {background:#eee;}
About the Menu there are 2 options you can hide one. Please check here : https://www.joomlart.com/documentation/t4-framework/navigation-settings
Let me know with screenshot if you ant to hide any specific one.
Hello and thank you. But I don't see how to remove the mobile menu. I want to keep only the mega-menu. Is it possible ? For the background, it's not the header that I want translucent like the safari home page, but the main background.
magnytu2 Hi Please check this :
Main body BG use a pallet that u can edit in the layout and add custom class then override it via custom css by default it use Body css
Here is code you can override in custom css
#t4-main-body { background: #eee; }