Hello again,
see previous answer in previous post for the height.
for the background remove the image from the customise, header, background using the hide button to make sure no image is loaded.
then add the following to the additional css and adjust color to your needs (can be a name too, like blue instead of #f5f5f5 which is the same color as the sidebar)
header.jumbotron{
padding:70px 0px 20px 0px;
background-color:#f5f5f5 !important;
}
if you want to change the text color (depending on your background color you might not be able to read it) add for example this line inside the brackets with the others.
color:black;
Hope this helps
-
This reply was modified 7 years, 10 months ago by Reiniepress.
-
This reply was modified 7 years, 10 months ago by Reiniepress.
-
This reply was modified 7 years, 10 months ago by Reiniepress.