Support › Forums › Flex Theme › CSS issue › Reply To: CSS issue
May 28, 2015 at 11:03 am
#234
Moderator
Go to line 398 of your style.css file and replace the current css by this new one
input,
input[type=email],
input[type=search] {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
}
-
This reply was modified 7 years, 1 month ago by
Chinmoy Paul.