Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1128826

    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

    #1128837

    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

    #1128841

    Hi Rikard,

    Thanks for your fast request ! Yes the left Widgets should be in Font-size 17px

    Best regards,
    Christian

    #1128857

    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

    #1128860

    Hi Rikard,

    you are my HERO ;) – it works – thanks a lot!

    best regrads, christian

    #1128886

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change different font Size footer in widgets to one size’ is closed to new replies.