Tagged: text size
Hi
Where can we change the Footer & Socket Link Text Size I’m trying to make all Footer Text 16 (including Links) and Socket Text 14 (including socket links)
Here’s the example – https://www.KHoldings.com.au
Kind regards
Dave
Hey Dave,
Thank you for contacting us.
To change the footer text please refer to the footer docs.
Let us know if you have any questions.
Best regards,
Vinay
Thanks for that Vinay
Please can you tell me what do I change to make the;
– Footer Text 16 (including Links) and
– Socket Text 14 (including socket links)
/* Footer fonts */
#footer .textwidget,
#footer p {
/* Your style here */
}
/* Widget links */
#footer .widget a {
/* Your style here */
}
Thanks
Dave
Hi Dave,
Try using this css code:
#footer,
#footer p,
#footer li {
font-size: 16px !important;
}
#socket * {
font-size: 14px;
}
Hope it helps.
Best regards,
Nikko
Fantastic works like a treat :)
Have a great day
Dave
Hi Dave,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko