Home Forums Basel support forum Next/Previous Products

Next/Previous Products

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5110

    webdesk
    Participant

    Hello.

    I want to hide Next/Previous arrows in my product page. Is there an option for that?

    Thanks!

    #5122

    Artem Temos
    Keymaster

    Hello,

    Thank you for your question.

    At the moment there is no such option in Theme Settings for this. But you can easily achieve this by adding this code snippet to the Custom CSS section in Theme Settings

    .basel-products-nav {
        display: none;
    }

    Regards

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