Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mouse hover product

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #270990
    dani555
    Participant

    Hello everyone
    I found an effect on the products. How can I achieve the opencart 3.0.2.0. There are four products in the link https://aemd-upgrade.ro/
    below have a contour edge effects hover. I do not know exactly how to add css code for this effect. Thank you

    #270995
    Pogany
    Participant

    Hi,
    You can do something like this:


    div:hover { box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5); }

    I hope this is what you were asking.

    Also I’ve made this pen where I’m adding a smooth transition on hover:

    https://codepen.io/giaco/pen/NMzgYp?editors=0110

    #270996
    dani555
    Participant

    Hello
    This is but I do not know exactly how to add this code to opencart 3.0.2.0.
    Here is the code:
    OpenCart \ catalog \ view \ theme \ op-sharp \ stylesheet
    Or add the css code to the default theme
    I’ve seen css code here too
    OpenCart \ catalog \ view \ javascript \ Bootstrap \ css
    I use the op-sharp theme.
    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.