Margin Size

  • Posts: 33
  • Thank you received: 0
10 years 7 months ago #185736

-- url of the page with the problem -- : www.joeysdiner.co.uk/index.php/2014-08-05-11-51-2
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6

Hi, I want to reduce the margin size in the headings section of the table listing my product but cannot find it anywhere.
Also remove the coloring so it is all white in the listings!!

Can anyone help?

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

  • Posts: 2143
  • Thank you received: 747
10 years 7 months ago #185763

Hi,

Just like most other similar appearance "issues", this can be "fixed" per CSS: www.hikashop.com/support/support/documen...the-display.html#css

From what I understand, the following additions to your custom CSS might do:

/* Removing empty table header */
.hikashop_products_table thead {
  display: none;
}

/* Setting table background color = white */
.hikashop_products .table-striped tbody > tr:nth-child(2n+1) > td {
  background-color: #ffffff;
}

If I understood wrongly, best post a screenshot with markers/notes of what you want changed and how.
However, reading the documentation linked to above and by using Firebug or a comparable browser console and basic knowledge of CSS you can do so yourself.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 10 years 7 months ago by lousyfool. Reason: wrong word

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

Time to create page: 0.067 seconds
Powered by Kunena Forum