ContinuityDM Posted August 14, 2021 Posted August 14, 2021 Site URL: http://www.studentlivstockholm.se Hi! I have a page that I own: http://www.studentlivstockholm.se Template: Nueva I'd like to change the background color of the header. I can find how to do it for the top part of the header (it's in the Site Styles section), but I can't find a way to change the background color of the bottom part of the header. Does anyone know the code for that? Ideally, if anyone knows the code to change both the top and the bottom part of the header, so I have it all in one place. Thanks!
Wolfsilon Posted August 14, 2021 Posted August 14, 2021 You can use Custom CSS to change the color of the header. To do this, navigate from "Home" > Design > Custom CSS. Insert the code and adjust the background property by inserting the hex color or name of your desired color, if applicable. .Header { background: #000; } Hope this helps, Dan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.