Okay
  Public Ticket #2721835
Remove header page link
Closed

Comments

  •  1
    jayyaye started the conversation

    I am trying to get rid of the link's that sit at the top of the page after clicking on a seperate page.

    I added a image in the attachments so you know what im talking about.

  •  8,402
    Tahir replied

    Hey Again,

    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):

    #breadcrumbs {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    jayyaye replied

    Sweet 

    I had to add display: none !important; for it to work but nonetheless i couldn't find the div class for that and i kept inspecting .p #breadcrumbs, should have known to drop the p lmao.

    Thanks a ton!