njamesh01 Posted June 10, 2020 Share Posted June 10, 2020 Site URL: https://www.plantbasedpitstop.co.uk/ Hi there, Im trying to make this navigation drop down transparent ideally - and preferably right aligned. I've tried inputting a few different CSS options for the background but not having much luck with the below. #topNav nav .folder .subnav { background: transparent !important; } WOuld appreciate any help, thanks! Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 Add to Home > Design > Custom CSS span.Header-nav-folder { background: transparent !important; } [href="/menu"] + span { right: 100%; } 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
njamesh01 Posted June 10, 2020 Author Share Posted June 10, 2020 Thanks tuanphan ! It's still appear to be left align. Is there an additional line to can add to right align the text? Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 span.Header-nav-folder a { text-align: right !important; } remove 100% code above & add this 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
njamesh01 Posted June 10, 2020 Author Share Posted June 10, 2020 The following doesnt appear to be working. But maybe im inputting it wrong? Thanks! span.Header-nav-folder { background: transparent !important; text-align: right !important; } Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 38 minutes ago, tuanphan said: Add to Home > Design > Custom CSS span.Header-nav-folder { background: transparent !important; } [href="/menu"] + span { right: 100%; } 21 minutes ago, tuanphan said: span.Header-nav-folder a { text-align: right !important; } remove 100% code above & add this add both code, but remove this [href="/menu"] + span { right: 100%; } 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
njamesh01 Posted June 10, 2020 Author Share Posted June 10, 2020 Ive added the following but the text still doesnt appear to be responding; Apologies if im missing somethingspan.Header-nav-folder { background: transparent !important; } span.Header-nav-folder a { text-align: right !important; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.