First letters capitalised

Hi,

When I make a new post all first letters are automatically changed to capitalised letters. How do I disable this? I tried adding some CSS codes but none of them worked. Also, this is the first time this happens. As you can see from the attached screenshot, blog posts made in the past appeared in regular format.

Thank you very much for your help.

Hi @marsares4,

Thank you for writing in, that is the style of your Essential Grid Skin. Please follow the documentation below on Essential Grid Skin editor

Customize the look of your Essential Grid Items with the Item Skin Editor.

If you don’t want to edit the skin, add the custom CSS below to Theme Options > CSS for a quick fix.

.esg-content {
	text-transform: none !important;
}

But first, I see an issue on your custom CSS

.x-logobar{display:none;

That block is missing the closing bracket }, please add it or else the custom CSS given will not work.

Cheers!

It works! Thank you very much!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.