Jump to content

[solved] Changing body font of the default theme


Recommended Posts

1) homefeatured.css you've got there:

#featured-products_block_center .product_desc {
height: 45px;
}

change height param to 65px;

 

 

2) global.css line ~625 you've got:

 

ul.idTabs li {
float: left;
margin-right: 1px;
}

 

add to this new param: line-height: 14px;

Link to comment
Share on other sites

1) homefeatured.css you've got there:

#featured-products_block_center .product_desc {
height: 45px;
}

change height param to 65px;

 

 

2) global.css line ~625 you've got:

 

ul.idTabs li {
float: left;
margin-right: 1px;
}

 

add to this new param: line-height: 14px;

 

Vekia, thanks a lot!

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...