Button hover (js?)

  • Posts: 7
  • Thank you received: 0
11 years 10 months ago #83739

Hello,

I am trying disable effect in buttons from hikashop,

In hikashop views, all buttons have hover effect,

You can see it here:
dbooda.com/index.php/product/8-PEN3
and hover on: "Añadir a tu pedido"

Thanks!

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

  • Posts: 82817
  • Thank you received: 13360
  • MODERATOR
11 years 10 months ago #84024

Hi,

That effect comes from your template CSS:
.btn:hover {
color: #333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}

in the file dbooda.com/templates/dbooda/bootstrap/css/bootstrap.min.css
If you remove it there, you won't have the effect.

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

  • Posts: 7
  • Thank you received: 0
11 years 10 months ago #84106

well!!!!! very thanks for your help,

Last question please... ¿do you know why apper edit box in top page here?

(i add capture)

Thanks again

Attachments:

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 10 months ago #84203

Hi,

This problem is a style (CSS) problem with some joomla 3 templates.
I already fixed it for a customer but I have some difficulties to find the forum thread.

The edit button have the "modal" class even if it's joomla 3 (we use the bootstrap popup otherwise).
You should add a specific CSS rule for " span.hikashop_checkout_billing_address_buttons a.modal " in order to remove some "position absolute" or other specific "modal" rules.

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.

Time to create page: 0.060 seconds
Powered by Kunena Forum