-
Author
-
October 30, 2013 at 09:24 #5381arrigonsParticipant
Hi there!
I’m using an image for header backgroung convering the full height of the screen including top menu. Is it possible to hide it in pages that are not the homepage so that in all the other pages is not visible under the top menu?
Many thanks for your help.
AndreaOctober 30, 2013 at 19:30 #5427SQadminKeymasterHi, Instead of doing it from the settings you can add this code to Sweetdate – Styling options – Quick css and change the path to your image:
COPY CODE.home .header-bg { background: url("/wp-content/themes/sweetdate/assets/images/patterns/blue_pattern.gif") repeat scroll 0 0 #0076A3; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 31, 2013 at 09:31 #5477arrigonsParticipantHi Sqadmin!
It works!!! Many thanks!Can you please look at http://www.arrigons.it/c and see the background image I’m usig? Could you give me an hint about the image size or parameter to set so that the picture were not duplicated at the right end side and at the bottom?
I’ll really appreciate your suggestionsBye
AndreaOctober 31, 2013 at 21:40 #5500SQadminKeymasterTry this:
.home .header-bg {
background-color: #0076A3;
background-image: url(“/wp-content/themes/sweetdate/assets/images/patterns/blue_pattern.gif”);
background-repeat: no-repeat;
background-size: cover;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2013 at 00:32 #5514arrigonsParticipantPerfect!!!
Many thanks and greetings from Italy!!Ciao
AndreaNovember 1, 2013 at 01:00 #5517SQadminKeymasterGreat.
All the best from Romania.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.