Tagged: x
-
AuthorPosts
-
October 11, 2016 at 1:30 pm #1211874
Brian D’AngeloParticipantHi –
I’m trying to change the background color on the Ethos theme to #FFFEF9. I’ve tried multiple things:
body {background-color: #FFFEF9;
}.site {
background: #FFFEF9;
}
.x-main {
background-color: #FFFFEF9;
}None of these seem to be working. Can someone help me out here?
Site: development.briandangelo.com
October 11, 2016 at 4:11 pm #1212060
JadeModeratorHi there,
Please try to add this code in the customizer:
.page-template-template-blank-4-php .x-main, .page-template-template-blank-5-php .x-main, .page-template-template-blank-6-php .x-main, .page-template-template-blank-8-php .x-main { background-color: transparent !important; }Hope this helps.
October 11, 2016 at 4:22 pm #1212069
Brian D’AngeloParticipantNo, unfortunately, that did not work.
October 11, 2016 at 5:41 pm #1212138
Brian D’AngeloParticipantI’ve also tried:
body .site {
background-color: #FFFEF9;
}but that is not working either.
October 11, 2016 at 11:32 pm #1212477
FriechModeratorHi There,
I believe the:
.site { background: #FFFEF9; }or
.x-main.full { background-color: #FFFFEF9; }Will do the trick, but you need to set your sliders to have a transparent background-color.
Thanks.
October 11, 2016 at 11:49 pm #1212500
Brian D’AngeloParticipantRESOLVED. The CSS is:
.x-main.full, .x-section {
background:transparent !important;
}October 12, 2016 at 6:34 am #1212805
Paul RModeratorGlad to know. Have a nice day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1211874 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
