Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1281140
    Paul R
    Moderator

    You’re welcome! 🙂

    #1281619
    Mitica
    Participant

    Hello 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;
    }

    #1282482
    Lely
    Moderator

    Hello There,

    Please also add this custom CSS:

    .x-container.main:before {
        background-color: transparent;
    }

    That is a ethos stack settings.
    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1158479 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>