Home Forums WoodMart support forum enlarge the text size of category.

enlarge the text size of category.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #253464

    eric
    Participant

    Hi there,
    I want to enlarge the text size of category in category page and single post page.

    #253503

    Hello,

    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.

    #253970

    eric
    Participant

    Hi there,

    I’ve already added the css you provided in costume css area but still not working.

    Regards,

    Eric Wu

    #254012

    Hello,

    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.

    #254040

    eric
    Participant

    Hi there,
    following is my loggin information

    #254070

    Hello,

    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.

    #254312

    eric
    Participant

    Hi there,
    The area I want to enlarge is not that tag but the category text of the side bar.
    Please check the screenshot.

    #254329

    Hello,

    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.

    #255733

    eric
    Participant

    Hi there,
    Thanks for your help, it worked.
    However, I also want to enlarge the text of the category on single post page. Thanks!

    #255772

    Hello,

    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.

    #255836

    eric
    Participant

    Hi there,
    I have added css code but still can’t work.

    #255871

    Hello,

    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.

Viewing 12 posts - 1 through 12 (of 12 total)