Jump to content

Font Size changing


Recommended Posts

Hello

 

Assuming you want to remove your sub-categories as your question about font size has been answered here:

http://www.prestashop.com/forums/topic/337392-font-size-changing/

 

Then go to:

 

Your Shop/themes/default-bootstrap/css/category.css

 

and around line 41 add display: none;

 

#subcategories {
  border-top: 1px solid #d6d4d4;
  padding: 15px 0 0px 0; 
  display:none; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: #333333;

 

    margin: 0 0 15px 0; }
 
Before:
 
After:
 
Could you also change your topic title as it's not helpful to other forum members.
 
Paul
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...