Buttons

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Apr 20, 2014 2:50 am
Reply with quote
Report this post
Guys,

How could I change the buttons from rounded to squared?

Regards
User avatar
Gold Boarder

GK User
Sun Apr 20, 2014 9:19 pm
Reply with quote
Report this post
Hi,
remove or reduce CSS border-radius for them.
I can help you more but I have to see your URL and you should tell me about which ones buttons, all or selected ?
User avatar
Platinum Boarder

GK User
Sun Apr 20, 2014 9:22 pm
Reply with quote
Report this post
If you want for all button, please use :
Code: Select all
button, .button, .readon, .button.inverse:active, .button.inverse:focus, .button.inverse:hover, input.button, span.button, button.button, div.button, .readmore a, input[type="submit"], input[type="button"], .item-page.edit .btn {
    border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
 }
 
User avatar
Platinum Boarder

GK User
Sun Apr 20, 2014 10:00 pm
Reply with quote
Report this post
Thank you! The best
User avatar
Gold Boarder


cron