Okay
  Public Ticket #1842102
Remove button border on Nectar Slider
Closed

Comments

  • iratyhc started the conversation

    Hi, I'm trying to use a png image as a button on a nectar slider. Similar to what they use in the link attached.

    However, I haven't been able to override the "button style" option and at best all my buttons end up with a thin border around them (as the one in the image attached). 

    How can I remove this border? (I don't want the "solid color" option either, I just want the image to be the button)

  •  8,996
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • iratyhc replied

    H again, my page is this one: http://plan9media.com/

    However I'm trying to replicate what they do here: http://www.divisionparis.com/

  •  3,030
    Andrew replied

    Hi,

    Please send us a direct link to a page with the button.

    Regards

  • iratyhc replied

    You mean like this?

    http://plan9media.com/draft-nuevo-home/

    (I had to publish it in order to send you the link, however it is STILL a draft... the whole idea is to have a different .png image on each slide)

  •  3,030
    Andrew replied

    Hi,

    You can try the following Custom CSS it will remove the border. You can add it at General Settings > CSS/Script Related > Custom CSS Code.

    .swiper-slide .button.transparent a, 
    .swiper-slide .button.transparent_2 a{
        border: none !important;
    }
    

    Kind Regards