Hi there, trying to figure out how to turn off the underline on the button - left and right corner bottom?
http://wpverse.com/2010/02/test/
I added this to the CSS but it didn't help?
.button_col span a { text-decoration: none!important; }
Thanks for a nice plugin!
noel saw / wpverse.com
http://wordpress.org/extend/plugins/wp-css-button/
Figured it out... I added this to the bottom of my main style sheet and it worked.
.button_col a { border-bottom: none; }
joghurtkultur
Member
Posted 1 year ago #
Hi Noelsaw,
thanks for this request, i fixed this problem for the coming bugfix releases!