Home Forums Basel support forum Question About Breadcrumbs

Question About Breadcrumbs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #158482

    marcialynn19
    Participant

    Hello! I want breadcrumbs to show up on mobile devices. Currently, there are only the arrows even though I had enabled Breadcrumbs on my website. The breadcrumbs show up on the desktop or laptop. Is there a way for them to show up on mobile? Thank you!

    #158500

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    /*to show breadcrumbs on mobile*/
    @media (max-width: 991px){
    body .single-breadcrumbs-wrapper .woocommerce-breadcrumb, .single-breadcrumbs-wrapper .yoast-breadcrumb {
        display: block;
    	}
    }

    Best Regards

    #158971

    marcialynn19
    Participant

    Hi Elise. Thank you so much for this. I am having a bit of a problem though. The arrows are still there with the breadcrumbs on my mobile devices. I copied and pasted the code that you sent to me in an emaiL but it didn’t work. The arrows are there with the breadcrumbs. The screenshot is attached. Is there any way to get rid of the arrows?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #159006

    Hello,

    Remove the code you have inserted, copy and paste the code from the forum.

    Add this code to remove the arrows:

    body .basel-products-nav {
        display:none;
    }
    body .basel-back-btn {
        display:none;
    }

    Best Regards

    #159214

    marcialynn19
    Participant

    Yipeeee!!! Thanks, Elise!

    #159219

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Question About Breadcrumbs’ is closed to new replies.