help on newsletter form styles please

Posted in: Newspaper
Post count: 33

hello TagDiv, been trying really hard to seeing up on my sites newsletter forms.
however I got 2 different versions when I have the final footer page made.. please help..
I would like the desktop (clean) version, then the mobile (round corner) version.. what should I do?

mobile version: http://www.screencast.com/t/tozstenhR
desktop version: http://www.screencast.com/t/wQ9AJJhjcCL

page link: https://offcourtoncourt.com/footer/

Post count: 20688

Hi,

Seems to happen only on an iPhone, I found a similar topic where the issue of input fields being rounded on an iPhone
https://stackoverflow.com/questions/2918707/turn-off-iphone-safari-input-element-rounding

This code should fix it, I made a brief test and it seems to work. Enter it in the theme panel custom CSS section, see if it removes that border radius and shadow

.tds-newsletter input {
-webkit-appearance: none;
border-radius: 0;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.