• Hello

    I am using the Garnish theme and have used a slider for the homepage. As it is the only slider I am using, I want to remove the slider arrows. After may attempts of using code in the stylesheet, I have failed to do this.

    Grateful for any help ??

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

    If possible, please post a link to your website. Thanks!

    Thread Starter claine78

    (@claine78)

    Hi Suyogya

    The link for the website is https://harleysbars.co.uk/ and this is where I have included the slider.

    Many thanks

    Hey there,

    You can achieve what you are after by adding following CSS to your theme using Advanced CSS Editor plugin.

    a.bx-btn.btn-prev{
        display:none;
    }
    a.bx-btn.btn-next{
        display:none;
    }

    Also, I noticed you are using a premium theme. www.remarpro.com forums is for free www.remarpro.com themes. For premium themes, you should ask theme developer for support as you probably paid for it. So next time, please don’t post problems related to premium themes on www.remarpro.com forums. Hope you understand.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove slider arrows’ is closed to new replies.