Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
hi,
I want the Masthead Background Image
1) center align
2) no repeat
Hi lolo143,
Try this in custom CSS
header#masthead .hgroup { background: center no-repeat; }Hope this helps
Magus
I wasn’t sure so I just added a background to Appearance > Customize > Page > Masthead Background Image, if it’s been added there then I think the Appearance > Custom CSS would need to be:
#masthead { background-position: center; background-repeat: no-repeat; background-size: 100%; }The last line background-size: 100%; is optional, you can delete that if you’d like.
Thanks Magus :)