Close

Newsletter Subscription box capitalizing first letters.

fakeplacebo
10 years ago
#4141 Quote
Avatar
  • 17
Hi there;

"Subscribe to our newsletter" box is, capitalizing first letters while writing. For example, it makes an email address [email protected].

I tested on default clean also and I didn't experienced same issue.

I'm sure that missing a point, but could not explain and decided to ask you.


With Best Regards

Support
10 years ago
#4142 Quote
Avatar
  • Moderator
  • 1044
fakeplacebo wrote:
Hi there;

"Subscribe to our newsletter" box is, capitalizing first letters while writing. For example, it makes an email address [email protected].

I tested on default clean also and I didn't experienced same issue.

I'm sure that missing a point, but could not explain and decided to ask you.


With Best Regards



Hi,

Thank you for your feedback!

We have fixed that. In order to integrate the fix just edit the Themes/NeoFashion/Content/css/styles.css file as shown below:

.newsletter-subscribe-block input[type="text"] {
  text-transform: capitalize;
  width: 312px;
}

The line in bold is the one that should be removed.

Best Regards!