Hi , how can I change different font Size footer in widgets to one size?
I`ve got four wigets and want to change the size in 17px. It Inly works within two columns. the Tag Cloud and the news have different sizes.
I tried
.widget {
font-size: 17px !important;
}
and
#footer .wp-caption-text {
font-size: 18px !important;
}
but it didn’t work.
Thanks for a request – thank you!
best regards
Hey Verband2010,
Thanks for the link and screenshot. So you want the two left ones to have the same font size as the two right ones currently have?
Best regards,
Rikard
Hi Rikard,
Thanks for your fast request ! Yes the left Widgets should be in Font-size 17px
Best regards,
Christian
Hi Christian,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
#footer .tag-cloud-link, #footer .news-headline, #footer .news-headline span {
font-size:17px !important;
}
Best regards,
Rikard
Hi Rikard,
you are my HERO ;) – it works – thanks a lot!
best regrads, christian
Hi,
Glad Rikard could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit