tika Posted August 14, 2021 Share 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! Link to comment
Wolfsilon Posted August 14, 2021 Share 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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment