Tagged: x
-
AuthorPosts
-
June 30, 2016 at 1:10 pm #1067080
elizaabolaParticipantHi,
I know there have been discussions about this before, but none of the solutions worked for me.
Basically I have a background image that I’ve set using the customizer, but I don’t want this background image to show on my homepage. I want to have a solid color background instead. How can I do this?Thanks!
June 30, 2016 at 3:28 pm #1067277
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.home { background: #fff !important; }Hope this helps.
July 1, 2016 at 9:19 am #1068418
elizaabolaParticipantThat didn’t work. I’m trying to override the image background I set in the customizer
July 1, 2016 at 9:34 am #1068434
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.home { background-image: display: none !important; }If that does not work please provide us your URL
Hope that helps
Joao
July 1, 2016 at 10:46 am #1068531
elizaabolaParticipantThat didn’t work.
http://miguelherrerarealtygroup.com/
I have a revolution slider, but I have a footer that you have to scroll down to. I want the background image when you scroll to be gone and the background to be solid black.
July 1, 2016 at 11:15 am #1068555
JadeModeratorHi there,
Please use this code instead:
.home .backstretch img { display: none; } .home .backstretch { background-color: #000; }Hope this helps.
July 1, 2016 at 11:22 am #1068559
elizaabolaParticipantSorry but that didn’t work either
July 1, 2016 at 11:36 am #1068569
JoaoModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
July 1, 2016 at 11:41 am #1068573
elizaabolaParticipantThis reply has been marked as private.July 1, 2016 at 3:19 pm #1068807
Nabeel AModeratorHi again,
I tried to login but your site isn’t loading on my end. Can you please check if the server is down at the moment?
Thanks!
July 1, 2016 at 3:28 pm #1068815
elizaabolaParticipantSorry had some issues with the server. It’s up and running now.
July 1, 2016 at 9:30 pm #1069192
FriechModeratorHi There,
Please update the given css code to this:
.home .backstretch img { display: none !important; } .home .backstretch { background-color: #000000; }Hope it helps, Cheers!
July 2, 2016 at 3:24 pm #1069813
elizaabolaParticipantThat worked perfectly! Thank you all 😀
July 3, 2016 at 12:04 am #1070074
Rue NelModeratorYou’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1067080 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
