SamJ1987 Posted February 2, 2020 Share Posted February 2, 2020 Hi There, I've tried everything I could find on this forum, google and youtube and still can't get my dropdown header to be transparent. Any ideas on what else I could try? None of the custom CSS codes I've tried are working. See below (I want the black dropdown background to be completely transparent) I'm using gradient background colours throughout so it's not as easy as matching the background colour to the dropdown colour. Link to comment
tuanphan Posted February 2, 2020 Share Posted February 2, 2020 Each template needs different code. Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
beyond_skylines Posted February 9, 2020 Share Posted February 9, 2020 You can try as follows, worked for me on Tremont template: 1st half Desktop + 2nd half Mobile: .folder .subnav { width: 200% !important; padding: 10px; background: #00ffff } @media screen{.folder .subnav { width: 200% !important; padding: 10px; background: #00ffff } } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.