Okay
  Public Ticket #3374092
Header
Closed

Comments

  • aldren777 started the conversation

    Hiya,

    I am having troubles with the header that is automatic on all my pages. It's not present on my home page as I've had to remove the page title. I don't want to have to remove the page titles or of all my pages (preferably none, including the home page) as it effects SEO. 

    When you go on my other pages, you'll see what i mean, at the top it will say Home >> Contact Us, or Home >> About us. I don't think the the transparent navigation bar is the issue as it's working, it's just a part of the page that is always there if the page has a title. But when I edit the site on the frontend and backend, there is no option to remove it i.e. there's no 'Row' or 'Column' for it for me to remove it. I hope this make sense. 

    How do I remove this, without removing the page title of the pages?

    Thanks so much

    Attached files:  Screenshot 2023-05-19 at 12.26.41.png
      Screenshot 2023-05-19 at 12.27.02.png
      Screenshot 2023-05-19 at 12.27.37.png

  •  2,958
    Andrew replied

    Hello again,

    Thank you for reaching out to us.

    To clarify, do you want to show the breadcrumbs highlighted in this screenshot on your homepage?

    3494212574.png

    I look forward to your reply.

    Kind regards,

  • aldren777 replied

    Hi Andrew,

    Thanks for getting back to me. I don’t want to show the breadcrumbs, apologies I didn’t know the name of it before, but the breadcrumbs appear on every page and I don’t want it to. How would I go about removing it from appearing. 

    Thanks so much!

  •  8,839
    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):

    p#breadcrumbs {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team