carousel backgound

  • Posts: 76
  • Thank you received: 3
11 years 4 months ago #109814

Where I can change the background for the carousel images to none? I mean I need a transparent background. In the DIV section it seems that I can change it only to a certain colour, so the image (even if it is formated to a .png with transparent background) will have a coloured rectangle around, and it is not quit fine, because the object is displayed on the top of a picture.

Thank you.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #109829

Hi there,

It's something you should be able to do with some css.
Take a look at our FAQ to find how to modify your css ( www.hikashop.com/fr/support/documentation/faq.html#css ).
If you can't figure how to make the modification, you can also give me a link to your website so I could tell you on which class or id you have to apply your css rules.

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

  • Posts: 76
  • Thank you received: 3
11 years 4 months ago #109846

I can handle a css. The question was wich one it is and where shoul be the class... Thank you however. I will try do do it, and if I will not succeed, I will ask again for help.

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

  • Posts: 76
  • Thank you received: 3
11 years 4 months ago #109850

www.coloidale.ro

You can see in the left/down tab, where it is written ”Minerale organice. Click pe produs pentru a intra in ...”, the slider. Now, I tried to set in DIV the ”Item box background color” to something like #00cc00, a sort of green, to find it in CSS, but when I tried to edit frontend CSS, I have not find the place where #00cc00 should be found. Maybe you can help.

Thank you.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #109866

Actually background is added dynamically and not in the CSS file. It's in the HTML directly.
About your issue, why don't you simply empty the background color field? It won't set a css background any more.

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

  • Posts: 76
  • Thank you received: 3
11 years 4 months ago #109867

I thought it is so, I looked with Firebug, I did the modifications, and it works, but it still remains to locate the file. Well, I am an ... amateur. And believe me, if the field is empty, the background stays white. Pure white.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #109876

Here is the css you have to add in your front end css file:

#hikashop_category_information_module_132 div.hikashop_subcontainer { 
background: transparent !important;
}

I found it by checking the css of each HTML element (you can do the the with a right click and the "inspect element" function of your browser) .

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

  • Posts: 76
  • Thank you received: 3
11 years 4 months ago #109882

It worked like a charm. No I hope that I understood and it will work with the other several sliders I have to add.

I did the search, but how I said, I am less than an amateur in coding, so ... I needed some help.

Thank you.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #109887

Glad to see it worked. However, this won't probably work with new sliders since you can see it's based on a specific id.
You can try to use this rule:

.hikashop_main_carousel_div{
background: transparent !important;
}

But I can't affirm it will always work.
Good luck :)

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

  • Posts: 76
  • Thank you received: 3
11 years 4 months ago #109890

Yes, I see that it is based on a specific ID, so I intended to adapt to each ID. The solution from above it may indeed to not work, because I think I saw something like it somewhere when browsing with Firebug, but I will try it anyway.

Thank you again.

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

Time to create page: 0.079 seconds
Powered by Kunena Forum