Home › Forums › WoodMart support forum › enlarge the text size of category.
enlarge the text size of category.
- This topic has 11 replies, 2 voices, and was last updated 4 years, 4 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 24, 2020 at 7:07 am #253464
ericParticipantHi there,
I want to enlarge the text size of category in category page and single post page.December 24, 2020 at 11:07 am #253503
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.meta-categories-wrapp .meta-post-categories a { font-size: 30px; } body .meta-post-categories>a { font-size: 24px; }
Regards.
Xtemos Studios.December 28, 2020 at 1:02 am #253970
ericParticipantHi there,
I’ve already added the css you provided in costume css area but still not working.
Regards,
Eric Wu
December 28, 2020 at 7:34 am #254012
Aizaz Imtiaz AwanKeymasterHello,
Please replace the previous Custom CSS with the following then clear cache and check back.
.meta-post-categories>a { font-size: 21px !important; } .meta-categories-wrapp .meta-post-categories a { font-size: 30px !important; }
If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
December 28, 2020 at 8:57 am #254040
ericParticipantHi there,
following is my loggin informationDecember 28, 2020 at 10:59 am #254070
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and the CSS is working absolutely fine. Please clear cache and check back.
Screenshot for Clarification: https://ibb.co/n8Zshs8
If you are trying to ask anything else then please provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.
Best Regards.
December 29, 2020 at 2:38 am #254312
ericParticipantHi there,
The area I want to enlarge is not that tag but the category text of the side bar.
Please check the screenshot.December 29, 2020 at 6:56 am #254329
Aizaz Imtiaz AwanKeymasterHello,
Sorry for the misunderstanding please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
This CSS is for the categories items:
.woodmart-archive-blog .widget_categories ul li a { font-size: 15px; }
This CSS is for the categories widget title:
div#categories-6 .widget-title { font-size: 32px; }
Best Regards.
January 5, 2021 at 3:22 am #255733
ericParticipantHi there,
Thanks for your help, it worked.
However, I also want to enlarge the text of the category on single post page. Thanks!January 5, 2021 at 7:29 am #255772
Aizaz Imtiaz AwanKeymasterHello,
Most welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-post .widget_categories ul li { font-size: 30px; }
Regards.
Xtemos Studios.January 5, 2021 at 9:58 am #255836
ericParticipantHi there,
I have added css code but still can’t work.January 5, 2021 at 11:45 am #255871
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been resolved now the category size is changed in the single post as well.
Screenshot for Clarification: https://prnt.sc/wgot8f
Regards.
Xtemos Studios. -
AuthorPosts
- You must be logged in to create new topics. Login / Register