Home Forums WoodMart support forum I want to reduce the font size on mouse hover effect

I want to reduce the font size on mouse hover effect

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

    Naveedsaeedkhan
    Participant

    I want to reduce the font size on the product summary on hover please see attached screenshot and URL link in private content.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-more-desc-inner>ul li{
    font-size:12px;
    }

    Best Regards

    #229282

    Naveedsaeedkhan
    Participant

    Thankyou Done.

    Need more help I want to change (RELATED PRODUCTS) font style to our theme heading font style.
    Please see the screenshot and link in the private area.

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

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    You can take this selector:

    body .related-products h3{
    font-size:30px;
    color:red;
    }

    Best Regards

    #229339

    Naveedsaeedkhan
    Participant

    Thank you all Good 🙂

    #229358

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘I want to reduce the font size on mouse hover effect’ is closed to new replies.