Background Header Top
Hi,
I need to put a background image on top
But, I’m using the free version theme Vantage
It is possible to do this in CSS?
If someone could give me a hand?
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Jainsley
Insert the following into a plugin like Simple Custom CSS:
/* Masthead */ header#masthead { background-image: url("http://localhost/so/wp-content/uploads/2014/09/ujKaaIATKKx7vi5kkfQn__DSC39321.jpg"); }Replace my url with yours. Your url can be found in the media library, in the right column when viewing the image.
If you want the masthead image to cover the area in a responsive manner, try the following in your CSS plugin:
/* Masthead Background Image Cover */ header#masthead { background-repeat: no-repeat; background-position: center center !important; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.