Hi, please can you tell me how to stop the capitalization of the blog titles.
I have checked the inspector and it looks like it comes from a tg-item div but I can’t find that in the css anywhere.
Thank you!
Hi @lisacole1,
Thanks for reaching out.
You can get rid of the capitalization of the post title by adding a small piece of custom CSS code into the Theme Options > CSS.
.tg-element-3
{
text-transform: none;
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
thank you but that made no difference.
aha, got it
h2.tg-item-title.tg-element-3
Hi @lisacole1,
We’re glad that you’re able to fix it. If you have any other concerns, feel free to reach us.
Thank you.
Thank you, I just needed a clue to get there. I appreciate your help. Have a lovely evening
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.