Jump to content

Modifying Product Page on Classic Theme


Recommended Posts

Hi. 

I am busy setting up my store using the free "Classic"  theme. I want to make changes to the look of the product pages but I am not sure if this is posssible, and if so, where to do this. Or do I need to add another module. With reference to the jpeg below, I would like to make the block marked "1" smaller to show only one line of text, and I would like to make the product block marked "2"  big enough to show up to 3 lines of text. Any help will be appreciated. 

Thanks

Kevin

Changes.jpg

Link to comment
Share on other sites

Add this to your custom.css file and clear cache

.block-category {
    min-height: initial;
}

For second one: Find the corresponding CSS by using the inspect function (right click on the element) in your browser and look for height rules

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