Guest Posted March 10, 2020 Share Posted March 10, 2020 Site URL: http://www.therockheath.org I want the text to remain in my header. I just want to remove the background color. How do I do that? Link to comment
tuanphan Posted March 10, 2020 Share Posted March 10, 2020 add to Home > Design > Custom CSS /* remove background */ .x-navbar { background: white; border-bottom: none !important; box-shadow: none !important; } /* set text color */ .x-navbar * { color: black; } /* set logo color */ .x-navbar img { filter: grayscale(1); } 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.