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

control h2 tag on mobile

Home / Forums / Virtue Theme / control h2 tag on mobile

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 20, 2017 at 3:16 pm

I used this code (from you) on another site to make the h2 tag smaller on mobile devices:

@media
(max-width: 992px) {
h2 {
font-size: 24px !important;
}
}

…it doesn’t seem to be working on this site:

I also would like the leading to be closer…maybe 28 px.

Thanks in advance for you help!
Carrie

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