Customize category list page

  • Posts: 58
  • Thank you received: 0
12 years 6 months ago #50134

I wanted to make my categories that are in list format to have a plain white background and a space between the table and the page title.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
12 years 6 months ago #50142

Hello,

You can maybe try to :

- edit your category listing menu ("Hikashop -> Display -> Content menus -> 'category listing menu')
- set the "Number of columns" to 1 and the "Item box background color" to #FFFFFF and if you want a bigger space between the table and the page title, you can maybe set a bigger margin.

Hope this will help you.

Please Log in or Create an account to join the conversation.

  • Posts: 82822
  • Thank you received: 13369
  • MODERATOR
12 years 6 months ago #50196

You will have to change a bit the CSS on your website.

Could you give a link to your website so that we can see what you have at the moment ?

The following user(s) said Thank You: Mohamed Thelji

Please Log in or Create an account to join the conversation.

  • Posts: 82822
  • Thank you received: 13369
  • MODERATOR
12 years 6 months ago #50334

Change the CSS:
.pane-sliders .panel h3 {
background: #F6F6F6;
color: #666;
}

to:
.pane-sliders .panel h3 {
color: #666;
}

and add:
h1 {
margin-bottom: 10px !important;
}

in the front end CSS of HikaShop that you can edit via the Display tab of the configuration page.

Please Log in or Create an account to join the conversation.

Time to create page: 0.081 seconds
Powered by Kunena Forum