Hello Mohamed
Mohamed Thelji wrote: 1. Where do you exactly want to change your product background ? The "Item box background color" option is for product listing content menus / modules. Could you give a link to the page you're talking about ?
The name of the HTML element is
<div class="hikashop_subcontainer thumbnail">
. The CSS code in HTML file is
#hikashop_category_information_menu_112 div.hikashop_subcontainer {
background:#ffffff;
}
that I'd like to change to
background:rgba(255,255,255,0.5);
to make it transparent.
You will find the page under
167.pweb.ch/index.php/hikashop-menu-for-categories-listing
Mohamed Thelji wrote: 2. Note that you can directly add your CSS code as it's explained in that documentation :
www.hikashop.com/support/documentation/1...the-display.html#css
This I can't do because it's not part of any CSS file it's embedded in the HTML code