Product page background

  • Posts: 22
  • Thank you received: 0
6 years 4 months ago #284400

How can i get transparent background in subcategories, i changed it in settings, it works for categories but not for sub categories, ill attach some screenshots.


prntscr.com/hmxire
prntscr.com/hmxj00


I think here is the issue, but i cant figure out another way to display categories thru links.
prntscr.com/hmxj56


prntscr.com/hmxjg1
prntscr.com/hmxjku

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

  • Posts: 22
  • Thank you received: 0
6 years 4 months ago #284401

Sorry for offtopic, didnt want to make another topic but i also want to remove plus and minus, and quantity window. how do i do that?

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

  • Posts: 4508
  • Thank you received: 610
  • MODERATOR
6 years 4 months ago #284409

Hello,

Let's proceed step by step :
1°) I move your topic to good forum category, Product & Category Display
2°) I wonder if there isn't a little misunderstood, because if I look your screenshot, here :



I see product and not sub-category or even category.
Anyway you can use some css command in your frontend file css, to add background properties, something like this :
product_background_div_class {
   background-color: rgba(0, 0, 0, 0.5);
}
And see this example to see how to proceed.

3°) For your second message, thanks to create a new topic to not confuse different issue solution.
Regards

Last edit: 6 years 4 months ago by Philip.

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

  • Posts: 22
  • Thank you received: 0
6 years 3 months ago #284895

Its still not working. i have no idea why. check stickerzebra.com

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
6 years 3 months ago #284899

Hello,

You have JCH Optimize and it's not possible to know from where the CSS rule are coming from.
But you have some rules to make the background white.

Unfortunately, it's beyond the limit of our support.

But you can read more about CSS in our documentation page :
www.hikashop.com/support/documentation/1...ize-the-display.html

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.

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

  • Posts: 22
  • Thank you received: 0
6 years 3 months ago #284952

I disabled the plugin, i still cant find the issue.

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

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
6 years 3 months ago #284960

Hi,

You can add such CSS:
.div.hikashop_subcontainer{ background-color: transparent !important; }

And for the - and +, you can change the "quantity input method" setting of the HikaShop configuration to not have them.

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

  • Posts: 22
  • Thank you received: 0
6 years 3 months ago #284978

Still nothing changes.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
6 years 3 months ago #284982

Hello,

If you use the inspector as explained in the documentation page we gave you, you will see that there is still a CSS rule which define the white background.

#hikashop_category_information_module_ div.hikashop_subcontainer, #hikashop_category_information_module_ .hikashop_rtop *, #hikashop_category_information_module_ .hikashop_rbottom * {
	background: #ffffff;
}
That rule is coming the menu configuration (ID 108) since there is no ID for the module.

In any case, you can override that CSS rule in a CSS file and mark it as important.

And regarding the CSS rule that Nicolas gave you ; it should work but I can't find any trace of that rule in your CSS files.
If I add that rule in my browser inspector, I right got a transparent background for the items. So it really solve the issue.
CF : pasteboard.co/GZGfIg6.png
That's why I'm afraid that you did not add the CSS rule in your override as suggested.

Please understand that we can't help further since we already gave you some help beyond the limit of our support and we can't find element which indicates that you follow the Nicolas instruction.

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.

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

  • Posts: 22
  • Thank you received: 0
6 years 3 months ago #285033

Im sorry, i might sound retarded but i've done everything. it still doesnt change, i added both of those solutions one by one, nothing changes. is there a chance you could log in my accound and try it?

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

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
6 years 3 months ago #285034

Hi,

I made a typo in the CSS I gave you.
It should be:
div.hikashop_subcontainer{ background-color: transparent !important; }
and not:
.div.hikashop_subcontainer{ background-color: transparent !important; }
(remove the dot at the beginning)

The following user(s) said Thank You: toshels

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

  • Posts: 22
  • Thank you received: 0
6 years 3 months ago #285055

Thank you, finally the issue is solved. all it was just one wrong dot...

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

Time to create page: 0.079 seconds
Powered by Kunena Forum