Viewing 1 replies (of 1 total)
  • Hi caesarnn,

    You can do it by styling your theme “style.css” file. Below you can find an example:

    ul.products li strong{
    font-size: 20px !important;
    color:#369 !important;
    }

    Add this code line to your theme “style.css” and replace the values of “color:” and “font:” in your needs (except” !important”), if you do not change the color of your products title just delete the “color:#xxx;”

Viewing 1 replies (of 1 total)

The topic ‘Font changing’ is closed to new replies.