Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #310419
    HansH
    Participant

    Hi there,

    For our club I want to make a webshop for buying club clothes.
    On the product pages, there are two titles: the page title and the product title.

    The page title I nee on the other pages, but nog on the product pages.

    Is there a way to remove the page title only from the product pages?
    I tried several solutions presented on the internet, but nothing works: not css and not php.

    Kind regards

    Hans Hagmeijer

    #310421
    tikaram
    Keymaster

    @hansh : Please post in your site URL so that I can provide you the required solution.

    Regards,
    Tikaram

    #310435
    HansH
    Participant

    Hello Tikaram,

     

    The site URL is staging.toerfietsleusden.nl.

    Please go in the menu to winkel -> herenkleding -> body. (that is the clothes product)
    You can see that I discovered how to hide the page title.

    The problem that rests is now is the big gap between content and header. If you have a solution for that, it should be great.
    If that means that the breadcrumbs must deleted, it is ok.

    Kind regards

    Hans Hagmeijer

    #310442
    HansH
    Participant

    Hello Tikaram,

    I think I have found a kind of solution. I disabled the Woocommerce breadcrumb. I hided the product page title. Now the product pages are well. Now I want to delete the title of the category page. I cannot find this page.

    And I want to make the headers of product page and category page smaller. If I don’t succeed in that, I will ask you again. For this moment, please do nothing.

    Kind regards

    Hans Hagmeijer.

    #310525
    tikaram
    Keymaster

    @hansh : I could not find the menu specified winkel -> herenkleding -> body

    Can you please provide me the correct URL so that I can check for issues and provide you the fix.

    Regards,
    Tikaram

    #310549
    HansH
    Participant

    Hi Tikaram,

    Excuse me: I changed the menu position and forgot tot tell it.

    This is the correct url.

    http://staging.toerfietsleusden.nl/product/driekwart-broek/
    If you can tell me how I can make the the product title smaller, all is ok.

    I just solved the other problems by searching on the internet.

    Kind regards

    Hans Hagmeijer

     

    #310560
    tikaram
    Keymaster

    @hansh : To decrease the font size of product title please add the following additional css.
    You may change the font size as desired in the given custom css

    .product .entry-title {
      font-size: 26px;
    }
    

    Regards,
    Tikaram

    #310604
    HansH
    Participant

    Hi Tikaram,

    Thank you  and Catchthemes for ll the support on behalf of our club.
    I think we have finished the website now.

    Kind regards

    Hans Hagmeijer

    #310643
    tikaram
    Keymaster

    @hansh : Glad to know that you have completed your club website. Have a Good day 🙂

    Regards,
    Tikaram

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘remove page title woocommerce’ is closed to new replies.