Tagged: breadcrumb, title, woocommerce
-
AuthorPosts
-
April 13, 2015 at 8:46 am #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
April 13, 2015 at 12:56 pm #427455Hey 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ünterApril 13, 2015 at 4:07 pm #427547Thank 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
April 13, 2015 at 4:23 pm #427566Hey!
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ünterApril 13, 2015 at 4:47 pm #427592All right sparky,
Danke für die schnelle Hilfe!
Beste Grüße
Peter
April 13, 2015 at 9:04 pm #427793Sorry 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
PeterApril 13, 2015 at 10:42 pm #427851Hey!
Please add following code to Quick CSS as well
.woocommerce-cart .title_container,.woocommerce-checkout .title_container { display: none!important; }Regards,
YigitApril 14, 2015 at 2:24 pm #428224ThanK u – worked fine. I apreaciate.
Peter
April 14, 2015 at 2:26 pm #428225Hi!
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 -
AuthorPosts
- The topic ‘Remove the titel, the background and the borderline in woocommerce’ is closed to new replies.
