Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44117
    Danny Lee
    Guest

    Hi

    I am using the BoldGrid Original Themes: Hifidel.
    And, I setup woocommerce shop with this theme.
    However, I am Unable to clear Display page title – Shop. It is not working.

    Could you please help ?

    Thanks
    Danny

    #44140
    Brandon C
    Keymaster

    Hi Danny,

    Thanks for your question and thanks for using BoldGrid Hifidel Theme For WordPress!

    I’m sorry, I don’t quite understand your question. When you say you’re, “unable to “clear” display title”, do you mean that you’re having trouble removing the shop title from the page? I ask because I do see the shop title in the version of the site I’m viewing right now.

    If you need to remove the shop title from the page navigate over to Appearance<<Customize<<Advanced<<Custom JS & CSS and copy/paste this bit of code into the CSS Area.

    .palette-primary.woocommerce-page.archive main .page-title {
    	display: none;
    }

    I hope this helps! Please reach back out if you need further assistance.

    #44363
    Danny
    Guest

    Hi Brondon

    Thanks for the reply.

    I attached 2 pictures.
    I tried to disable the page title, because on top, there is a “Shop” , below one is duplicate.
    https://photos.google.com/u/0/album/AF1QipM7JRjhjnunAnDpVlQkwRgDDjf1KaGvAMYc0cNR

    Please kindly help, appreciate it.
    Thanks for your help.

    Regards
    Danny

    #44427
    Brandon C
    Keymaster

    Hi Danny, thanks for the clarification. So what you’re seeing above the page title is actually the breadcrumb for the page. It’s shows your end users the pages navigation structure and gives you an added SEO boost.

    To remove the breadcrumb navigate to Appearance<<Advanced<<Custom Js & CSS and add this bit of CSS:

    .boldgrid-css{ background: white; }
    
    .palette-primary .breadcrumb {
    	display:none;
    }

    Let us know if this works for you Danny!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How Do I Display the Page Title on My WooCommerce Shop Page?’ is closed to new replies.