Home Forums Basel support forum size guide option on product page

size guide option on product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #124631

    janardan7897
    Participant

    I want to highlight the option of Size Guide on Product page. So that customer can see it easily. How can i change the color of text “Size Guide” on product page also i want to increase font size.

    #124656

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .entry-summary .basel-sizeguide-btn  span{
    
        font-size: 14px;
        line-height: 1.5;
        color: red;
    }

    Set the color and size as per your needs.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)