Home Forums WoodMart support forum Typography

Typography

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #246217

    GoDad
    Participant

    How can i change shop sidebar font size and weight? Can u tell custom css code for this thx.

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

    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.

    span.prdctfltr_widget_title {
    	font-size: 24px;
        font-weight: 700;
    }
    
    .prdctfltr_filter label {
    	font-size: 18px;
        font-weight: 400;
    }

    You can set the font-sizes and weight according to your needs.

    Regards.
    Xtemos Studios.

    #246490

    GoDad
    Participant

    1st one worked but i am using product filter plugin second one dont worked ? what should i do thx.

    #246492

    Hello,

    Please remove the previous code for the second one and try adding the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .prdctfltr_filter label {
    font-size: 18px !important;
    }

    Then clear cache and check back.

    Best Regards

    #246493

    GoDad
    Participant

    Worked! Thx

    #246509

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Tagged: 

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

The topic ‘Typography’ is closed to new replies.