Small font size in product blocks
Possible Solutions
html {
font-size: 100%;
}.cegg5-container {
font-size: 16px !important;
}
.cegg5-container .btn {
--cegg-btn-font-size: 16px;
}
.cegg5-container .fs-6, .cegg5-container .fs-5 {
font-size: 16px !important;
}
.cegg5-container .fs-4, .cegg5-container .h4 {
font-size: 18px !important;
}Last updated