I’ve added the following to the Quick CSS to try to change the font-size of the Avia Layout Button but nothing happened. Can you help me to correct this pls?
.av-menu-button {
font-size: 30px
}
Doh! This works ..
.avia-button {
font-size: 30px !important;
}
Ticket can be closed.