• Hi, we really like your theme.
    There are two things we would love to add/remove to make it even better for us.
    1) Is it possible to remove the breadcrumbs and shop page title on any page and have just a small grey or black line instead to separate menu and page?
    2) Is it possible to remove the cross sells from the cart page? This would look a lot cleaner.
    Thank you in advance for looking into this.
    Till from exped-innovations.com

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @expedinnovations ,

    Thank you for writing in,

    Could you please let me know if you are looking to remove the title only from the shop page or from every page? If it is for the shop page only, do you want to do so for every page in its sub-menu?

    Regarding the removal of cross-sells, is this what you are referring to? Screenshot: https://prnt.sc/26cc843

    If it is so then please go to Appearance > Customize > Additional CSS and add the code below:

    .widget_shopping_cart_content{
      display: none;
    }

    Hoping to hear from you.

    Regards,
    ThemeGrill Support Team

    Thread Starter expedinnovations

    (@expedinnovations)

    Hi, thanks for getting back to us.

    We would like to remove the title from every page.

    What I mean with title, you can see on the following Screenshot:
    https://exped-innovations.com/Screenshot-page-title.jpg

    What I meant with cross sells:

    You put some items in the cart and then you go to the cart-page.

    There you can see the items you put in the cart and additional cross sells. We want to remove these cross sells from the cart page because this content is very distracting for the customer.

    Here′s a Screenshot from the cart-page where you can see what I mean:
    https://exped-innovations.com/Screenshot-Cross-Sells.jpg

    Hey,

    Sorry for the delay.

    Please use the CSS below to hide page title:

    .page-header{
        display: none;
    }

    and the CSS below to hide cross sells:

    .cross-sells{
        display: none;
    }

    Regards,
    ThemeGrill Support Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove breadcrumbs and cross sells’ is closed to new replies.