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

Font Size of all Advance Buttons being set to 16px.

Home / Forums / Virtue Theme / Font Size of all Advance Buttons being set to 16px.

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 21, 2020 at 8:01 pm

Inspecting the Page I see…

.wp-block-kadence-advancedbtn .kt-button {
font-size: 16px!important
border-width: 3px!important;
}
If I disable the Font size above the the Font on the button changes to the correct size defined by…
.kt-btns_b9e129-a9 .kt-btn-wrap-0 .kt-button {
color: #eee;
font-size: 42px;
background: rgba(129, 162, 73, 1);
border-color: rgba(85, 85, 85, 1);
}
Is there a default size fir the buttons set somewhere?

The Kadence Blocks Controls, the default for Advanced Button shows it is set to 36px.

My custom CSS does not show this setting.

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