• Resolved thedeerkami

    (@thedeerkami)


    Greetings I am designing a local web page and I want to remove the “Home” from being displayed. Is there any way possible? I tried a CSS snippet but didn’t help. I am looking forward to your answer. Here’s a pic for reference:

    View post on imgur.com

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi
    Thanks for contacting to us.
    To remove Home menu from the breadcrumb bar, For this go to Appearance >> Customizer>> Find the Additional css box. Add the below css code inside the additional css box.

    .page-breadcrumb > li:nth-child(1) {
        display: none;
    }

    Let us know If you have any confusion.

    Thanks & Regards
    Webtiti Support Team

    • This reply was modified 2 years, 3 months ago by radhika1992.
    Thread Starter thedeerkami

    (@thedeerkami)

    I kindly thank you for your answer but I can’t locate the “Home” option. I followed your instructions but mine looks like this:

    View post on imgur.com

    I have my homepage untitled as you can see and I named it “Αρχικ?” in Greek because it means “Home”. As you can see though there is no label “Home” for me to remove so I am bummed. Any ideas?
    I appreciate your help and will await your response.

    Kind regards,
    Alexander.

    Hi
    Oops I edited my comment you want to remove breadcrumb bar Home menu not Header area Home menu.
    Add the below css code inside the additional css box.

    .page-breadcrumb > li:nth-child(1) {
        display: none;
    }

    Thanks
    Support Team

    Thread Starter thedeerkami

    (@thedeerkami)

    Lovely this solved my issue! Thanks a lot!! While we are at it, is it also possible to remove this “arrow”:

    View post on imgur.com

    Thanks in advance!!!

    Hi
    To remove the arrow add the below css code inside the additional css box.

    .page-breadcrumb > li + li:before {
    	content: initial;
    }

    Let me know if you have any confusion.
    Thanks

    Thread Starter thedeerkami

    (@thedeerkami)

    You are a lifesaver thank you so much!! I have one more question and I am sorry for making so many subsequent requests, in each section (More about us, products, etc) this appears:

    View post on imgur.com

    Essentially it says: “Our Products” and then again “Our Products” and this happens in every section, how to I disable that?

    Kind regards,
    Alexander.

    Thread Starter thedeerkami

    (@thedeerkami)

    Never mind I got it, thanks for your support!!!

    Hi
    Glade to know that it has been resolved.
    If you like our theme and support pls give your feedback here.

    Feel free to contact us for further assistance.
    Thanks
    Support Team

    Thread Starter thedeerkami

    (@thedeerkami)

    Greetings again and Excuse me if my question is inappropriate for this section. I am trying to customize my Site title and I want a word partially appearing in italics or emphasized. I used CSS but it changes the whole title when I want a specific word to appear in italics. Any suggestions?

    Kind regards,
    Alexander.

    Hi @thedeerkami
    After research on your query its not possible to style Specific word/letter of Site Title.
    Suggestion: You Can do one thing Prepare image with writing Desired content on image and Style image Text as your requirement.

    Thanks
    Support Team

    Thread Starter thedeerkami

    (@thedeerkami)

    Bummer but thank you for suggesting the alternative. Have a great day and thank you again for your help!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Issue with removing the “Home” from display’ is closed to new replies.