Home Forums WoodMart support forum where can I set the text size of category on blog page

where can I set the text size of category on blog page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #231439

    eric
    Participant

    Hi there,
    I want to set the text size of category name on blog page. Thanks!

    #231488

    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.

    #231637

    eric
    Participant

    Hi there,
    I’ve added the css code you provided but it didn’t work.

    #231664

    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.

    #231668

    eric
    Participant

    Hi there,
    What I want to enlarge is the one on the sidebar. Thanks a lot.

    #231670

    eric
    Participant

    Hi there,
    upload the screenshot

    Attachments:
    You must be logged in to view attached files.
    #231783

    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.

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