Reputation: 7882
I want to have a custom design for my categories like we can see in the picture : - a banner in one column in the top, and under it (2 columns): the right column and the products in center.
How can I do that ? And how to remove the category name ?
Thanks a lot.
Upvotes: 2
Views: 908
Reputation: 1731
The right way and the long way: I believe in order to get something to span the top column you are going to have to create a new page template and add it to the layout file. After you do that, you're going to have create a block that pulls the image into that new div that spans the top.
The quick and dirty way: You might be able to do something with CSS and javascript to be able manipulate the image into that position in the layout.
Upvotes: 1