Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!

    #561644

    Hi 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,
    Yigit

    #561645

    Hi 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,
    Andy

    #561684

    I tried both codes but it did not work.
    I also purged cache.

    #561693

    Hey!

    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!
    Yigit

    #561857

    Helo 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.

    #561926

    Hey!

    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,
    Yigit

    #561951

    Thanks 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.

    #562032

    Hi!

    We will keep the thread open and wait to hear from you :)

    Best regards,
    Yigit

    #562079

    Hi 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!

    #562086

    Hey!

    Please add following code to Quick CSS as well

    #footer a {
        font-size: 15px;
    }

    Best regards,
    Yigit

    #562228

    Hi 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.

    #562252

    Hi Yigit,
    problem solved after purging cache several times.
    You can close the thread.
    Thanks for the great support ever!!

    #562745

    Hey!

    We are glad to help you resolve the issue.
    Thanks for using Enfold.

    Cheers!
    Vinay

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.