Jump to content

How to change the fonts size?


Recommended Posts

Hi,

 

Can anyone help me out with a little problem..

I am trying to change the font sizes on the product name in the listing in the categories..

 

I have looked around in the css files and cant seem to find it anywhere...

 

Thanks...

 

Link to comment
Share on other sites

Open yourdomain/themes/yourtheme/css/global.css and find this

 

.product-name {
    color: #3A3939;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
}

Change font-size to desired

 

Oh and welcome to the forum :)

Link to comment
Share on other sites

×
×
  • Create New...