Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130755
    codevanilla
    Participant

    Hi Guys

    Really impressed with Ethos and the customisations possibilities out of the box. I’m using the latest version of WP and X with Ethos stack enabled.

    My site is not online so I hope screen shots will show what I am talking about. I have not added custom code to the areas I am referring to so they should be as shipped.

    1. How can I add a second logo on right of navbar – see attached mock up. I would like it to act the same as the primary logo when resizing/responsive.
    2. When I change the width of the screen the burger appears as expected but the men items remain. I am missing the setting for how to make them go away when the burger appears.

    Many thanks
    M

    #1130777
    Christian
    Moderator

    Hey there,

    Thanks for writing in.

    1. Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    2. We will need to login to your site to investigate the issue so we will need your site to be online.

    #1133521
    codevanilla
    Participant
    This reply has been marked as private.
    #1133755
    Thai
    Moderator

    Hi Matt,

    To hide the right logo on the mobile version, please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 979px){
        .x-brand_right {
            display: none;
        }
    }

    Hope it helps 🙂

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