pinoff002 Posted October 11, 2020 Share Posted October 11, 2020 Site URL: http://www.peytoninoff.com/ Hello, One of my websites still uses the 7.0 version and need help with the mobile menu layout. I don't know why the mobile menu layout background is white with black text. My whole site is black so how to I flip to black with white text? Also needing a code to make the text size a lot smaller. Thank you!! Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 Add to Home > design > Custom CSS div#mobileNav { background: black; } div#mobileNav * { color: white; } 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
pinoff002 Posted October 12, 2020 Author Share Posted October 12, 2020 6 hours ago, tuanphan said: Add to Home > design > Custom CSS div#mobileNav { background: black; } div#mobileNav * { color: white; } Thanks! How do I change the hover & active color and the size? Link to comment
tuanphan Posted October 13, 2020 Share Posted October 13, 2020 Use this CSS #mobileNav nav ul li.active-link a { color: red; } #mobileNav nav ul li a { font-size: 30px !important; } 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
pinoff002 Posted October 14, 2020 Author Share Posted October 14, 2020 On 10/13/2020 at 4:27 AM, tuanphan said: Use this CSS #mobileNav nav ul li.active-link a { color: red; } #mobileNav nav ul li a { font-size: 30px !important; } I added those codes and the spacing is messed up and only not everything is showing up. The white image is before obviously and the black is how it looks after entering the codes Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 you can adjust 30px it is just an example 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.