Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1081444
    Jayd K
    Participant

    Hi there,

    I am not sure what I am doing wrong, but I am unable to remove the logo text. I have tried the CSS codes for removing this in Customiser, and the following do not work.

    Any help appreciated, here is the link to the website

    http://www.beerasylum.com/

    Codes tried:

    .x-logobar {
    display: none;
    }

    .x-brand img {
    display: none;
    }

    Much appreciated!

    #1081460
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    a.x-brand.text {
        display: none;
    }

    Hope it helps 🙂

    #1081489
    Jayd K
    Participant

    Hi there,

    Sadly that didnt work either. I have updated my version of X Theme so not sure what I am doing wrong?

    #1081550
    Jayd K
    Participant

    Hi there, I have now tried the following and it has worked

    .x-navbar .x-brand {
    display: none;
    }

    However, it has left a large gap between the menu and topbar.

    Any advice on how to remove this padding would be appreciated

    #1081569
    Jayd K
    Participant

    Its Ok i figured it out – needed to make the navbar shorter and the navbar menu items to compensate. Many thanks!

    #1081577
    Christian
    Moderator

    You’re welcome. Glad you’ve figured it out. 🙂

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