-
AuthorPosts
-
January 7, 2016 at 11:58 pm #561620
Hi team
I am trying the change the font size in all the widgets in the footer. I tried a CSS quick code I found in the forum but it did not worked:
#footer .footer-widgets {
font-size: 10px !important;
}
What’s the error?
Thanks a lot for your support!January 8, 2016 at 12:16 am #561644Hi turistai!
Please try adding following code to Quick CSS
#footer .widgettitle + * { font-size: 16px !important; }
If that does not help, please post the link to your website
Regards,
YigitJanuary 8, 2016 at 12:17 am #561645Hi turistai!
try this code:
.textwidget { font-size: 10px; }
If that does not work then please provide us a precise link to the website in question.
Regards,
AndyJanuary 8, 2016 at 12:54 am #561684I tried both codes but it did not work.
I also purged cache.January 8, 2016 at 1:11 am #561693Hey!
There are couple of errors in your custom CSS. I fixed them. Please replace the content of Quick CSS field with following one – http://pastebin.com/e4Gm79wr and try the codes once again
Cheers!
YigitJanuary 8, 2016 at 9:35 am #561857Helo Yigit,
thanks for the correction! But the code didn’t work again.
Maybe it is necessary to indicate the name of the widgets: search, image, custom menu…Or the number of the footer: footer_1, footer_2…
What do you think?
Thank you again for the great support.January 8, 2016 at 1:19 pm #561926Hey!
Please add following code to Quick CSS
#footer p { font-size: 15px!important; }
If that too does not help, please create a temporary admin login and post it here privately
Regards,
YigitJanuary 8, 2016 at 1:49 pm #561951Thanks Yigit for your quick feedback.
I am verifying some layout changes I noticed after you corrected my code mistakes in Quick CSS.
After that I will introduce the code you siggested for the footer.
Regards.January 8, 2016 at 3:45 pm #562032January 8, 2016 at 4:20 pm #562079Hi Yigit,
code worked partially. It did not correct the font size of the custom menu widget, as you can see at the attached image.
Maybe its tag is not “p”.
Any idea?
Thanks again for your GREAT support!January 8, 2016 at 4:27 pm #562086Hey!
Please add following code to Quick CSS as well
#footer a { font-size: 15px; }
Best regards,
YigitJanuary 8, 2016 at 11:20 pm #562228Hi Yigit,
great, it worked fine…but only at the homepage.
It is very strange. I tried to purge cache several times, but nothing.
I don’t know here put my hands on.
Any idea?
Thanks a lot.January 9, 2016 at 1:20 am #562252Hi Yigit,
problem solved after purging cache several times.
You can close the thread.
Thanks for the great support ever!!January 10, 2016 at 5:34 pm #562745Hey!
We are glad to help you resolve the issue.
Thanks for using Enfold.Cheers!
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.