Okay
  Public Ticket #300822
Remove rounded corners from buttons
Closed

Comments

  • Joanne started the conversation

    Hello,

    For consistency I'd like to remove the rounded corners from short code buttons to match the nice square ones on the nectar sliders. Any tips for doing this?

    - see url example with the 'view blog' button


    Merci :)

  •  8,839
    Tahir replied

    Hey!

    I cant seems to find the view blog button . can you elaborate a bit further. 

    Thanks


    ThemeNectar Support Team 

  • Joanne replied

    Ah sorry I've been playing around with the page. You'll see two buttons there now. I've found a work around with the transparent button but the full colour button above is the style I'd like to change if possible to be flat/no shadow and without the rounded corners.

    http://50.87.248.56/~joconlon/

    Thanks again,

    Jo

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    body .swiper-slide .button.solid_color a{
        border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Joanne replied

    Wonderful! Thanks so much :)