Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176991
    mathb
    Participant

    I would like to remove the class ‘.x-container’ from the topbar (Ethos). Is there any way to do this?
    Thanks!

    #1177249
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1177817
    mathb
    Participant

    Hi Nabeel,

    Thanks for your reply. The website is: http://augent.be/beta/

    Thanks in advance!

    #1177838
    Friech
    Moderator

    Hi There,

    You can add this under Custom > Global JavaScript in the Customizer.

    (function($) {
       $( ".x-topbar .x-topbar-inner " ).removeClass( "x-container" )
    })(jQuery);

    Hope it helps, Cheers!

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