HomePage Forums Plugins Support Drop Uploader – WooCommerce Version Font change in drop zone

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #608

    Hello is it simple to change the font in the drop box?
    .drop_uploader.drop_zone .text { font-family: “Raleway”;}
    Doesn’t display as Raleway only Times.

    #610

    Hi!
    Seems like Raleway font is not included on your site. For other text there is used Open Sans font family. So please try to use this CSS code

    .drop_uploader.drop_zone .text { font-family: “Open Sans”;}

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

You must be logged in to reply to this topic.