picturette Posted May 28, 2021 Share Posted May 28, 2021 Site URL: https://www.mahanidelborrello.com/ Hi, Is it possible to remove the black background on the navigation dropdown when there is a background image? It is currently black and very chunky looking. I would it to be transparent, or no background if possible. I did try adding the code below (from another forum question) and it appeared to work in the preview but promptly returned to showing a black background again. body:not(.header--menu-open) .black .header-nav-folder-content { background-color: transparent; } . Also, is it possibly to reduce the dropdown menu text size on the mobile version? Long page names currently split over two lines and it looks awful. Thanks Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 Q.1. It looks like you solved? Q2. It looks you solved with this CSS? .header-menu-nav-item a { font-size: 8.5vmin; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
picturette Posted May 28, 2021 Author Share Posted May 28, 2021 No, neither of these questions is solved. The code you referred to made the main navigation slightly smaller. There is still a black background to the dropdown menu when viewing the homepage on a desktop as per the image attached above. And the dropdown menu text size is still too large on mobile, see other image attached above. More specifically if you click on 'Work', the sub menu item 'Some place, no place' is split over 2 lines, I would like it all to fit on one line. Thanks Link to comment
tuanphan Posted May 30, 2021 Share Posted May 30, 2021 Add to Page Header where you want to make dropdown black to transparent <style> .header-nav-folder-content { background: transparent !important; } </style> With dropdown font size on mobile, add this to DESIGN > CUSTOM CSS /* Mobile folder font size */ div.header-menu-nav-folder-content .container a { font-size: 14px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
picturette Posted May 30, 2021 Author Share Posted May 30, 2021 Perfect! Thank you, thank you, thank you! Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 On 5/31/2021 at 6:08 AM, picturette said: Perfect! Thank you, thank you, thank you! Do you need fix these? Site URL: https://www.mahanidelborrello.com/ 1. (Overlay Menu) Change Site title color? 2. (Tablet-Contact) Align site title/burger with page content – You haven’t changed SEO Title so the browser tab name still shows “Contact 3” 3. (Mobile-Products) Add a breadcrumb on top of product? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment