Tagged: x
-
AuthorPosts
-
November 18, 2016 at 12:06 pm #1262775
EricParticipantHi Guys,
I am trying to set the background of the body of the site to transparent and I have tried some of the options I have found in the knowledgebase but they don’t seem to work. I want to use white text on the page background image.
I’ve tried:
.entry-wrap {
background-color: rgba(0, 0, 0, 0.125);
}}
.page .entry-wrap {
background-color: transparent !important;
}.site {
background-color: transparent !important;
}What else can I try?
November 18, 2016 at 12:09 pm #1262786
EricParticipantThis reply has been marked as private.November 18, 2016 at 4:38 pm #1263019
FriechModeratorHi There,
Thanks for writing in! You got the right css code though. It was
.site {background-color: transparent !important;}You can add this under Custom > CSS in the Customizer.
Hope it helps, Cheers!
November 21, 2016 at 11:20 am #1265695
EricParticipantThanks!
November 21, 2016 at 11:34 am #1265710
EricParticipantOk. Quick question, the background disappears and turns white when going mobile. Does this need to be address with a media query?
November 21, 2016 at 11:57 am #1265749
RupokMemberHi there,
Let’s try adding this as well :
@media only screen and (max-width: 979px) { .site {background-color: transparent !important;} }Or just this :
#top.site { background-color: transparent !important; }Hope this helps.
November 21, 2016 at 12:38 pm #1265806
EricParticipantHmm… That didn’t work.
November 21, 2016 at 12:38 pm #1265808
EricParticipantThis reply has been marked as private.November 21, 2016 at 1:37 pm #1265863
JoaoModeratorHi Eric,
Please add the following code to Appereance > Customizer > custom > CSS
@media (max-width: 979px) { .x-main.full { background-image: url(//clutch.simplelogicdigital.com/wp-content/uploads/2016/10/clutch-coming-soon-banner.png); */ } }Hope it helps
Joao
November 21, 2016 at 1:45 pm #1265871
EricParticipantHey thanks!
I got it to work.November 21, 2016 at 2:21 pm #1265900
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1262775 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
