Home Forums Basel support forum Changing Mobile Menu Active-Item Color Reply To: Changing Mobile Menu Active-Item Color

#671

Artem Temos
Keymaster

You are welcome. We are glad to help you 🙂

Here is code snippet to make changes you are looking for

.single-product-content .entry-title {
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.single-product-content .price, 
.single-product-content .price .amount {
    color:#C5C5C5!important;
}