How to change the font size of my footer text?
-
Hello,
Navigate to the Theme Settings > Typography > Advanced typography and apply this class
body .color-scheme-light .footer-widget a
https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
Will do.
In the mean time, can you tell me how do i hide the tags on my blog page. I mean, blog tags, which are shown in end of the blog.
2. I want to make the social share button as rectangle. How do i do that?
3. I want to hide the blog published date. How do i do that?
Kindly advice. Thanks
For example: https://www.staging1.techyuga.com/iphone-repair-vani-vihar/
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.tags-list{
display:none;
}
body .icons-design-colored .woodmart-social-icon:hover,
body .icons-design-colored .woodmart-social-icon{
border-radius:0;
}
body .woodmart-post-date {
display:none;
}
Best Regards