Okay
  Public Ticket #3249195
Left top pagination
Closed

Comments

  •  1
    viggoverstraten started the conversation

    Since last week I've got a problem on my website. In the left top on each page (except for the home page) there is a kind of pagination. It shows e.g. Home>>contact or Home>> about us. No clue how to get it out there, no such tickets made or answered so please help me out!

    It's not in the menu, nor in the nav-bar. When I scroll the home>>blog scrolls with the page and the menu disappears.

    9370858086.png
  •  8,839
    Tahir replied

    Hey viggoverstraten ,

    Thanks for writing in.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    p#breadcrumbs {
        display: none !important;
    }

    Best 


    ThemeNectar Support Team 

  •  1
    viggoverstraten replied

    Thank you very much! Helped for me :D