where can I set the text size of category on blog page
-
Hi there,
I want to set the text size of category name on blog page. Thanks!
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for desktop section:
.meta-categories-wrapp .meta-post-categories a {
font-size: 20px;
}
Beat Regards.
Hi there,
I’ve added the css code you provided but it didn’t work.
Hello,
I have visited your website and the CSS is working on your website. Please clear the cache and check back.
Screenshot for Clarification: https://ibb.co/dcPGmP4
If you are trying to ask anything else then provide with some relevant screenshot of the specific area to check it myself and help you out accordingly.
Regard’s.
Xtemos Studio.
Hi there,
What I want to enlarge is the one on the sidebar. Thanks a lot.
Hi there,
upload the screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.blog .widget_categories ul li {
font-size: 20px;
}
Regard’s.
Xtemos Studios.