[Resolved] Footer Font Not Updating

  • Author
    Posts
  • #8994

    rachelcolleen
    Participant

    I have Ultra Premium, and I am trying to adjust the font size in my footer through Customize. The Heading Size is updating, but any changes I make to the Text Size isn’t applying.

    #8997

    Andrew Misplon
    Keymaster

    Hi Rachel

    Thanks for reaching out; sorry to hear about this hassle.

    Please, go to Customize > Additional CSS and add:

    .site-footer .footer-main .widget h3.widget-title ~ * {
        font-size: 16px !important;
    }

    Edit the font-size value as required. When the next theme version is released you can delete this snippet. There is a specificity issue. Another rule is overriding this rule. Thanks for the feedback, it’s most appreciated, I’ll fix this in the next update.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top