RE: one category with white background?

  • Posts: 25
  • Thank you received: 2
11 years 9 months ago #124426

-- url of the page with the problem -- : infinitygadgets.com/mainsite
-- HikaShop version -- : June 2013
-- Joomla version -- : 3.1

It's probably something I've missed but I have all categories displaying how i want apart from 'lifestyle-gadgets' if you select flying gadgets from the gadgets menu yyou will see the background is transparent, if you select lifestyle-gadgets it has a white background, but for the life of me I can't see any difference in any of the settings, what am i missing?? :blink:

Thanks

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

  • Posts: 26256
  • Thank you received: 4041
  • MODERATOR
11 years 9 months ago #124436

Hi,

It comes from your template.
When it works it uses the CSS:

.system-transparent.isblog #system .item, .system-transparent.noblog #content {
color: #fff;
box-shadow: 0 0 1px rgba(255,255,255,0.2);
}
And with your error it uses
.isblog #system .item, .noblog #content {
padding: 20px;
background: #fff;
}
which means that the class "system-transparent" is not set the body.

But HikaShop does not have any link with this body classes (as the CSS file which is "yoo_subway/css/system-all.css")

Please check your template configuration.

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.
The following user(s) said Thank You: mgainey

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

Time to create page: 0.056 seconds
Powered by Kunena Forum