Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #949730

    How can I hide breadcrumbs from the shop page?

    #949778

    Hey DROR,
    Please try this css:

    .woocommerce-page .avia-breadcrumbs {display: none !important;}

    Best regards,
    Mike

    #953258

    Hi Mike, that doesn’t seem to work…

    #953287

    Hi,
    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,
    Mike

    #953295

    I 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?

    #953323

    Hi,
    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?
    2018-05-08_060542
    To check all of your code for errors, copy and paste to WordPress > Customize > Additional CSS
    it will provide error checking.

    Best regards,
    Mike

    #953348

    I did that but it’s not working…

    #953381

    Hi,
    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,
    Mike

    #953387

    Thanks 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 :)

    #953624

    Hi,
    Please explain how it should look, preferably with a screenshot.

    Best regards,
    Mike

    #953887

    It 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.

    #954251

    Hi,
    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,
    Mike

    #954479

    Yes, 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?

    #954493

    Hi,
    I have replied to that post.
    Glad we were able to help with this one, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to hide breadcrumbs from the shop page?’ is closed to new replies.