Jump to content

[Solved] - Change default font of Product Description and Categories in FO to black and bigger


Recommended Posts

To change font size on product list open product_list.css and find

ul.product_list.list > li .product-desc {
    margin-bottom: 15px;
}

Add font size and color to it.

 

To change it on product short description open product.css and find

.pb-center-column #short_description_block #short_description_content p {
    line-height: 18px;
}

Add font size and color to it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...