- Posts: 36
- Thank you received: 0
Help editing CSS code
13 years 8 months ago #85864
by tolson
Help editing CSS code was created by tolson
I need help finding the CSS code that controls the background color of the product windows on the product page. I am using firebug and found the code that makes the change but I can't find the CSS document to make the change.
#hikashop_category_information_menu_158 div.hikashop_subcontainer {
background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF; <–––––––( I want to change this!)
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
The domain is thekoipond.com/index.php/t
#hikashop_category_information_menu_158 div.hikashop_subcontainer {
background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF; <–––––––( I want to change this!)
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
The domain is thekoipond.com/index.php/t
Please Log in or Create an account to join the conversation.
13 years 8 months ago - 13 years 8 months ago #85865
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Help editing CSS code
Hi,
First you can modify the CSS file directly in HikaShop in order to add rules.
www.hikashop.com/en/support/documentation/faq.html#css
After that, your menu (with id 158) have some options configured that you can changed in the backend in: HikaShop > Content Menu
By editing the menu with the id 158, you would found the appropriated color option.
Regards,
First you can modify the CSS file directly in HikaShop in order to add rules.
www.hikashop.com/en/support/documentation/faq.html#css
After that, your menu (with id 158) have some options configured that you can changed in the backend in: HikaShop > Content Menu
By editing the menu with the id 158, you would found the appropriated color option.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Last edit: 13 years 8 months ago by Jerome.
The following user(s) said Thank You: tolson
Please Log in or Create an account to join the conversation.
Time to create page: 0.163 seconds