I want to reduce the font size on mouse hover effect
-
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.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-more-desc-inner>ul li{
font-size:12px;
}
Best Regards
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.
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘I want to reduce the font size on mouse hover effect’ is closed to new replies.