Resolved

Footer Font Not Updating

Ultra Theme started by rachelcolleen Mar 9, 2018 1 reply
rachelcolleen Mar 9, 2018 · 2:39 pm #8994

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.

Andrew Misplon Puro Mar 9, 2018 · 7:54 pm #8997

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.

2 posts