Product display:template css style-->hikashop css

  • Posts: 8
  • Thank you received: 0
11 years 9 months ago #123619

First at all I must say i am a beginner in webdesign.
I need some help to copy template css style --> hikashop css style --> hikashop_subcontainer.

CSS TEMPLATE:



Mainpage CSS Container included mouse-over effect:
(I conclude it should be the syntax's below using chrome element inspect)
"width: 27.8%;
float: left;
padding: 10px!important;
margin: 15px !important;
background: #fff !important;
box-shadow: 0px 0px 3px #aaa;
-moz-transition: 0.7s ease-in-out;
-webkit-transition: 0.7s ease-in-out;
height: 346px;"


I've tried to use these syntax to effect each of my product containers separately but i can't make it work (hikashop_subcontainer). I tried many css syntax's like here but nothing changes: http://bavotasan.com/2011/a-simple-fade-with-css3/ It should be great if somebody could tell me where to put these rules into the css of hikashop. I already tried a lot to make this work and I had a topic before but still no solution. Could anybody help me out so I can build further on. Should be great!


Best regards,

Lennart

Last edit: 11 years 9 months ago by lenvo.

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

  • Posts: 8
  • Thank you received: 0
11 years 9 months ago #123642

This is the working part of the class:

.hikashop_subcontainer{
padding-top:10px;
padding-bottom:10px;
float: left;
margin: 15px !important;
background: #FFF !important;

Can't make this part work for this class:
box-shadow: 0px 0px 3px #aaa;
-moz-transition: 0.7s ease-in-out;
-webkit-transition: 0.7s ease-in-out;[/b][/b]

Last edit: 11 years 9 months ago by lenvo.

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

  • Posts: 26253
  • Thank you received: 4040
  • MODERATOR
11 years 9 months ago #123652

Hi,

You can override the views if you want to change the HTML structure.
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: 8
  • Thank you received: 0
11 years 9 months ago #123656

Change the HTML structure? I've read the documentation but did not helped me further or I just don't understand.. :unsure:

This is the working part of the class CSS --> .hikashop_subcontainer:
.hikashop_subcontainer{
padding-top:10px;
padding-bottom:10px;
float: left;
margin: 15px !important;
background: #FFF !important;

PROBLEM
Can't make this part work for CSS class above (.hikashop_subcontainer):

box-shadow: 0px 0px 3px #aaa;
-moz-transition: 0.7s ease-in-out;
-webkit-transition: 0.7s ease-in-out;[/b][/b]

Why is this part not working for my subcontainer? Not any effect. I've tried to much already..really hope you could help me out..

Best regards,

Lennart

Last edit: 11 years 9 months ago by lenvo.

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

  • Posts: 26253
  • Thank you received: 4040
  • MODERATOR
11 years 9 months ago #123660

Hi,

We need a link to a page if we want to help you correctly.
Please note that we are not designer but developers.

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: lenvo

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

  • Posts: 8
  • Thank you received: 0
11 years 9 months ago #123664

I know Jerome, but I'm glad you take a look for me. It's just those three lines css which won't work for me. I also tried other fora but I did not get a solutions yet..

This is the Website adres
Mainpage --> CSS as I want for Hikashop -->
box-shadow: 0px 0px 3px #aaa;
-moz-transition: 0.7s ease-in-out;
-webkit-transition: 0.7s ease-in-out;

Why does this not have any effect on the .hikashop_subcontainer?

See menu-item HikaShop for the "HikaShop"



If needed I can dm you my joomla inlog for the css. Really hope you can help me out..

Last edit: 11 years 9 months ago by lenvo.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #123742

Hi,

It seems that you have solved your problem.
The problem generally come from another property which can override your properties.
So you can use "!important" to use yours instead of the other one.

ex: color: red !important;

The following user(s) said Thank You: lenvo

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

  • Posts: 8
  • Thank you received: 0
11 years 9 months ago #123767

Thanks for your good advice. Indeed I just fixed it. I found out that I forgot a hover part to effect the container. Now it's the effect I want! :)

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

Time to create page: 0.083 seconds
Powered by Kunena Forum