Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Pinnacle: Call to Action Widget – Change title font

Home / Forums / Pinnacle Theme / Pinnacle: Call to Action Widget – Change title font

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
May 10, 2018 at 9:41 am

Is there a bit of CSS I can use to control the title font of this widget in my footer? I don’t want to change the fonts that are set in H1/H2/H3, as these are all used elsewhere.

Ben has previously given me this CSS to control the font on the ‘Pinnacle: Social Links’ widget (link to earlier question) which works great, but I can’t work out the class I need to use to target the ‘Pinnacle: Call to Action Widget’ title in the same way (so it also uses Clicker Script at the same size):

.footerclass .widget-title {
font-family: "Clicker Script";
font-weight: 400;
font-style: normal;
color: #ffffff;
font-size: 40px;
line-height: 40px;
text-align: center;
}
.footerclass .widget-title:after {
display:none;
}

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.