I would like to change the letters from uppercase to lowercase on my blog. Only I can’t figure out which element this is to adjust. Who can tell me this? See example below. It concerns the category of the blog, the data, number of comments and the author.
Hey mrsecommerce,
You can upload screenshots to a service like Dropbox or http://imgur.com and give us the links here. We cannot see the one you shared above.
Best regards,
Victoria
Hi mrsecommerce,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
.html_elegant-blog #top.archive .post-entry .minor-meta,
.html_elegant-blog #top.archive .post-entry .post-title {
text-transform: lowercase !important;
}
Best regards,
Nikko
Hi Nikko
thank you that worked at the page of an article. I only have uppercases left at the overview page of the blogs.
What can I add to the css to change that?
Hi mrsecommerce,
You’re welcome, please try adding this as well:
.html_elegant-blog #top.page-id-440 .post-entry .minor-meta,
.html_elegant-blog #top.page-id-440 .post-entry .post-title {
text-transform: lowercase !important;
}
Best regards,
Nikko
it worked thank you
Hi mrsecommerce,
You’re welcome :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko