-
AuthorPosts
-
May 1, 2018 at 11:03 pm #949730
How can I hide breadcrumbs from the shop page?
May 2, 2018 at 3:35 am #949778Hey DROR,
Please try this css:.woocommerce-page .avia-breadcrumbs {display: none !important;}
Best regards,
MikeMay 8, 2018 at 9:43 am #953258Hi Mike, that doesn’t seem to work…
May 8, 2018 at 10:39 am #953287Hi,
Odd, please try adding to the other end of your css block, that is if you added it to the end last time, try adding to the top this time. If it works, you may have a missing ; or } in your css. If it doesn’t work try adding to WordPress > Customize > Additional CSS.Best regards,
MikeMay 8, 2018 at 10:44 am #953295I added it to the bottom of the Custom CSS and than to the top. It didn’t work on both cases.
I added it now to the additional CSS as you suggested and it only removed the breadcrumbs but not the title.
How can I check that my custom CSS is OK and doesn’t have any errors?
May 8, 2018 at 12:07 pm #953323Hi,
I did write the code to only remove the breadcrumbs, I didn’t know you wanted the title removed too.
If you want the title & breadcrumbs removed why not make that change in your page Layout > Title Bar Settings?
To check all of your code for errors, copy and paste to WordPress > Customize > Additional CSS
it will provide error checking.Best regards,
MikeMay 8, 2018 at 12:59 pm #953348I did that but it’s not working…
May 8, 2018 at 2:12 pm #953381Hi,
Please try this css:#top.post-type-archive-product.woocommerce.woocommerce-page .title_container { display: none !important; }
This will hide the title_container for all product archives in woocommerce, I had to do it this way because as a archive it has no page ID, if it’s strictly the one page, try this:
.html_entry_id_5 #top.post-type-archive-product.woocommerce.woocommerce-page .title_container { display: none !important; }
Best regards,
MikeMay 8, 2018 at 2:23 pm #953387Thanks Mike, that worked :)
Can you take a look at the forums on the site and help get the aligned correctly Right to Left? I’ve been asking about this for a week now without a fix. I hope you can figure it out :)
May 9, 2018 at 1:46 am #953624Hi,
Please explain how it should look, preferably with a screenshot.Best regards,
MikeMay 9, 2018 at 1:04 pm #953887It should be aligned to the right instead of to the left as it is now.
The forums should be located on the right, and the number of discussions and comments should be located to the left.
May 10, 2018 at 2:43 am #954251Hi,
Have you already found the solution for this? Because I seem to be seeing it that way, Please see screenshot in Private Content area.Best regards,
MikeMay 10, 2018 at 11:51 am #954479Yes, thanks.
But I still have issues that I posted here – https://kriesi.at/support/topic/alignment-issues-on-forum-profile-pages/
Also, how can I make the border narrower?
May 10, 2018 at 12:15 pm #954493 -
AuthorPosts
- The topic ‘How to hide breadcrumbs from the shop page?’ is closed to new replies.