Hello! Tried several codes but cant seem to make the description the same font as the dropdown.
Please kindly advice! https://fitnessflair.co/products/weekender-tote
A user encountered a font inconsistency issue where product descriptions displayed a different font than dropdown menus on their e-commerce site.
Proposed Solutions:
!important declarationsResolution:
Removing the problematic CSS code snippet from the bottom of the base.css file successfully resolved the font mismatch. The issue is now closed with the user confirming the solution worked.
Hello! Tried several codes but cant seem to make the description the same font as the dropdown.
Please kindly advice! https://fitnessflair.co/products/weekender-tote
Hi @nicolewx
Please remove this code below at the bottom base.css file to solve it
.product__description span {
font-family: The Seasons, sans-serif !important;
font-size: 1rem !important;
}
Thank you!
You are very welcome!