Okay
  Public Ticket #987649
Logo Hover Effect
Closed

Comments

  •  2
    Solarside started the conversation

    Hello, I would like to have a "spinning" logo on hover like described here http://stackoverflow.com/questions/23695090/spin-or-rotate-an-image-on-hover

    Tried to apply custom css like in example above but no luck...

    Could you kindly advise how to achieve this with Kalium?

    Thank you very much in advance,

    Dima

    {"wp":{"use":false,"adminUrl":"store.mixedemotions.ru/wp-admin","username":"laborator","password":"laborator"},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Dima,

    Sorry but we don't' give support for customization services as we have wrote on the homepage of this support site and on the item page.

    I will help you this time only, but we will not provide anymore this kind of support.

    I think that this question is about your logo so can you please add the code below to Custom CSS:

    .main-header .logo-and-menu-container .logo-column img {
      border-radius: 50%;
      -webkit-transition: -webkit-transform .8s ease-in-out;
              transition:         transform .8s ease-in-out;
    }
    .main-header .logo-and-menu-container .logo-column img:hover {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    

    If you're looking for professional help in this matter, there's always someone available for such tasks on the Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending it.

  •  2
    Solarside replied

    Hey Ylli,

    Thank you very much for your assistance, that is very kind of you.

    All done and works exactly like it should.

    I understood re customization and appreciate your help a lot.

    With warmest wishes from Moscow,

    Dima

  • [deleted] replied

    Hi Dima,

    Glad to hear that

    Will set this ticket as solved from here.