Home Forums WoodMart support forum Font replacement question

Font replacement question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #478026

    zondur
    Participant

    Hello!
    Is it possible to change the font in Product Labels? I decided to replace the fonts with my own ones that were uploaded to the server to speed up loading, but after that the product labels became a little blurry.
    Fonts uploaded to the server by Open Sans

    Attachments:
    You must be logged in to view attached files.
    #478350

    Hello,

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

    body .labels-rounded .onsale { 
    color:#ffffff; 
    background-color:#000000; 
    font-size:12px; 
    }
    /*hot*/
    body .labels-rounded .featured {
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }
    
    /*new*/
    body .labels-rounded .new{
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    Please insert the styles you need.

    Best Regards

    #478382

    zondur
    Participant

    Hello!
    Ready.
    But nothing really has changed.
    Maybe the problem is in the font settings themselves in the Typography section?

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