Tagged: x
-
AuthorPosts
-
December 4, 2016 at 10:59 pm #1281140
Paul RModeratorYou’re welcome! 🙂
December 5, 2016 at 8:57 am #1281619
MiticaParticipantHello Christopher, an update, not everything does work after all.. I put a print screen of how a white background appeared now behind some of my pages. When I had the code in custom everything worked fine, but since moving it to my child theme this code stopped working. The other codes seem to work without fault. Could you please take a look at it and see if I made a mistake there? This is what I have in my child theme style.css right now:
/* navbar changes */
.x-navbar .desktop .sub-menu {
background-color: rgba(13,55,137,0.90);
}.x-navbar .desktop .sub-menu a, .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a {
color: white;
}.x-navbar .desktop .sub-menu a:hover,
.x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a:hover {color: #abe5f2;
}/* eliminate white background everywhere*/
.x-container-fluid.max.width.main:before {background: transparent!important;
}/* accordion changes */
.x-accordion-heading .x-accordion-toggle.collapsed{
background-color: #1E4992;
color:#fff;
font-size:16px;
}.x-accordion-heading .x-accordion-toggle:hover {color: #fff;
}.x-accordion-heading .x-accordion-toggle{color: #6899EC;
background-color: #1E4992;
font-size:24px;
}.x-accordion-heading .x-accordion-toggle:hover:before {color: #fff;
}/* delete white background from sections*/
.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;
}December 5, 2016 at 8:16 pm #1282482
LelyModeratorHello There,
Please also add this custom CSS:
.x-container.main:before { background-color: transparent; }That is a ethos stack settings.
Hope this helps. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158479 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
