Guest Posted July 19, 2019 Posted July 19, 2019 I want to change the background color of the folder without affecting the header color. How do I do that?
jeng Posted July 19, 2019 Posted July 19, 2019 You can do this by adding the following code and changing the "transparent" to a hex code if you want a color instead: div.subnav {background-color: transparent !important;}
Guest Posted July 19, 2019 Posted July 19, 2019 I tried using RGB instead and that worked too! Thanks! div.subnav {background-color: rgb(238, 108, 84) !important;}
Recommended Posts
Archived
This topic is now archived and is closed to further replies.