Reply To: Changing First Picture on Homepage

Homepage Community Forums SquareOne Theme Support Changing First Picture on Homepage Reply To: Changing First Picture on Homepage

#11972
Wes
Moderator

    Yes you can override it by adding this –

    .head-bg {
    	background-image: url(images/link_to_your_image.jpg) !important;
    }

    Just add that in your CSS editor (whichever editor your permissions will allow you to use).