Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1021871
    techandtelco
    Participant

    How I can remove the header without the logo on page? I just want to see the nav bar and the rest of the page. (ThemeX Agency) wilectric.es

    #1022154
    Joao
    Moderator

    Hi There,

    Can you give us more details about what you are trying to achieve?

    Are you trying to remove the topbar where you have the social icons?

    Or you are trying to make the header transparent so you can still see the navbar links?

    Also, on which specifically page you want to apply this?

    Please let us know more details so we can provide you a tailored solution.

    Thanks,

    Joao

    #1022274
    techandtelco
    Participant

    I would like, in the pricipal page, do not see the nav bar and logo. Right now I managed to remove it, but globally, but I do not care because if I need it to look at the rest of the pages.

    To give you an idea, the home page will be in Slide, but the rest want to see the logo and navigation.

    Thank you

    #1022534
    Rahul
    Moderator

    Hey There,

    In your page editor, you can go to page attributes and choose the right kind of page setup you need (see screenshot).

    Hope that helps.

    #1022655
    techandtelco
    Participant

    thanks a lot of.

    one thing more, you know how i can delete this arrow?

    #1022902
    Joao
    Moderator

    Hi There,

    You can add the following code to your Appereance / Customizer / Custom / CSS

    
    .x-slider-scroll-bottom.below {
    display: none;
    }

    Hope that helps,

    Joao

    #1056260
    techandtelco
    Participant

    sorry to ask again. But I can not get it. on the homepage I want to see the header menu, and slide. if I put the option, Container, No header Footer, I still do not see the menu, to scroll through my website.

    Thanks for the arrow, I served perfectly.

    I want to see like that

    http://wilectric.es/

    #1056265
    techandtelco
    Participant

    Image

    #1056421
    Joao
    Moderator

    Hi There,

    If you would like to remove just the logo bar and keep the menu bar.

    Keep your page template as Blank No Container Header Footer

    Add the following code to Appereance Customizer Custom CSS

    .x-logobar {
      display:none;
    }

    Hope that helps,

    Joao

    #1057736
    techandtelco
    Participant

    thank you very much for the answer, but it is not what I want exactly.
    The code removes the menu header of every page of the SITE. And I just want the principal. the rest if I want it see the header with logo.

    If I put the code on the page itself, it does not make me anything, just me change if I add in appearance> custom CSS, as in the photo. But again, this changes the whole site, not just the home page

    #1057747
    Rupok
    Member

    Hi there,

    Thanks for writing back. Maybe we are not understanding what you are trying to achieve. Would you clarify a bit more? Just let us know what you are trying to accomplish precisely.

    Thanks for your patience.

    Cheers!

    #1057784
    techandtelco
    Participant

    yep jeje.

    simple.

    quiero en la pagina principal que se vea como en el archivo adjunto MAIN PAGE

    #1057795
    Rue Nel
    Moderator

    Hello There,

    Are you using Cornerstone in creating your page? Please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    .x-logobar {
      display:none;
    }

    If you prefer a custom css in the customizer, simply update the given css and use this instead:

    .home .x-logobar {
      display:none;
    }

    And by the way, in this screenshot (https://s3.amazonaws.com/community-themeco/app/uploads/2016/06/24025021/Sin-t%C3%ADtulo1-128×72.jpg), you added the css in the wrong field. This field only accepts a class name and please do not place the css code here. You need to remove it.

    Hope this helps.

    #1057820
    techandtelco
    Participant

    COOL.. THANK YOU VERY MUCH.

    .home .x-logobar {
    display:none;
    }

    THIS IS WHAT I WANT.

    #1057834
    Paul R
    Moderator

    You’re welcome! 🙂

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