Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #427350

    Hi,
    I am about to install woocommerce on http://www.tip-top-english.de which works fine so far.

    However, the shop-pages http://www.tip-top-english.de/shop/ there is the page-title a breadcrumb an a borderline shown. How can I detelete those 3 item?

    Thanks for your support.

    Rgds, Peter

    #427455

    Hey Whippert!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field put the following:

    
    .archive.woocommerce-page #main .title_container {
        display: none !important;
    }
    
    

    Best regards,
    Günter

    #427547

    Thank you Günter,

    works perfect on the main shop pages and at categories. But not yet on single-product pages. What would be the right code for these page?

    Thanks in advance,

    Peter

    #427566

    Hey!

    Thank you for your feedback.

    Replace code above with:

    
    .single.single-product #main .title_container, 
    .archive.woocommerce-page #main .title_container {
        display: none !important;
    }
    

    Best regards,
    Günter

    #427592

    All right sparky,

    Danke für die schnelle Hilfe!

    Beste Grüße

    Peter

    #427793

    Sorry to be a little bit complicated. Now I found out that there ist a Cart and a Checkout which should also have no title. Could you extend the script one more. I apreaciate.

    Regds
    Peter

    #427851

    Hey!

    Please add following code to Quick CSS as well

    .woocommerce-cart .title_container,.woocommerce-checkout .title_container {
      display: none!important;
    }

    Regards,
    Yigit

    #428224

    ThanK u – worked fine. I apreaciate.

    Peter

    #428225

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove the titel, the background and the borderline in woocommerce’ is closed to new replies.