- This topic has 5 replies, 2 voices, and was last updated 1 month, 2 weeks ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Tutor Theme Widget Text Resize
We’ve tried but can not figure out how to change the footer widget text size. The theme does not offer that in footer admin. Can you share a css shortcode?
Hi,
Which text size of the footer widget do you want to increase?
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
Chris
Thx Chris. Basically the widget text titles as seen here…. https://ibb.co/m55Y6vYG
Hi,
Kindly use this CSS code to increase footer title font size.
#footer .footercols4 h3 {
font-size: 30px;
}
Regards,
Chris
Perfect thank you.
🙂