lpops Posted February 11, 2021 Share Posted February 11, 2021 Site URL: https://www.laanapopat.com Hi, I am having some trouble figuring out how to change the layout of my drop down menu on my website. Currently the text is right justified. How can i change it to align to the left? Additionally, is it possible to have a black background on the hover item? Or make the entire menu container black with a green background on the hover item. I appreciate all the help! Thanks!!! Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 Add to Design > Custom CSS .header-nav-folder-content { text-align: left !important; right: unset !important; left: -1em !important; } .header-nav-folder-item:hover { background: green; } 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
lpops Posted March 11, 2021 Author Share Posted March 11, 2021 Thank you! How do I indent the text inwards slightly? and can I just replace this HEX code for the specific green color? #6FCF97 Link to comment
tuanphan Posted March 21, 2021 Share Posted March 21, 2021 On 3/11/2021 at 2:56 PM, lpops said: Thank you! How do I indent the text inwards slightly? and can I just replace this HEX code for the specific green color? #6FCF97 Hi. Replace green with #6FCF97 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.