Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1240169
    troyassoignon
    Participant

    Hello, thanks so much for your time!

    I am trying to remove the About in the top left corner but I cannot seem to locate it anywhere. Also, moving the content down a bit so the header automatically does not go half over the “About” header

    http://ethicalempire.ca/agency/about/

    Also, the navigation. I selected certain parts to jump to ID’s of the page, but now they appear as already clicked instead of white with a grey hover.

    Please advise.

    #1240384
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you are referring the breadcrumbs that you can disable from Customize > Headerhttp://prntscr.com/d20lpd

    And the other issue is because you are mixing One Page Navigation with multi page. Note that One Page Navigation is supposed to work within single page navigation.

    To fix this, you can add this under Custom > CSS in the Customizer.

    .home #menu-item-179 span, .home #menu-item-216 span, .home #menu-item-217 span {
      border-color: transparent;
      color: #fff;
    }
    .home #menu-item-179 a:hover span, .home #menu-item-216 a:hover span, .home #menu-item-217 a:hover span {
      color: hsl(0, 0%, 77%);
    }

    Hope this helps.

    #1241238
    troyassoignon
    Participant

    Thanks so much! 🙂

    #1241253
    troyassoignon
    Participant

    @Rupok

    How do I move the headers of the page down like so?

    #1241512
    Jade
    Moderator

    Hi there,

    To move the title to the top, edit the padding top value of the section that contains content of the page from 100px to 55px.

    Hope this helps.

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