Home Forums Designexo Pro How to change the Mouse-Over-Effect Color ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22101
    Marion S.
    Participant

    Hi There,

    I just bought your awesome Template Designexo Pro. Thank you for your work there!

    One thing i have to change, because it dont fit to my CI. I would like to change the mouse-over-Color in the section Services. I can upload pictures there but there is no setting to change the color. Now it is some yellow-ish color.

    Can you please help me to change the color? For the rest of the website there is always a black mouse-over-effect.

    Thanks in advance!

    Best wishes from munich <3

    Marion

    #22121
    themearile
    Keymaster

    Hi Marion

    Thanks for contacting us.

    Please add the CSS code below in the Additional CSS Box. Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    .service-content:hover .service-content-thumbnail img, 
    .service-content:focus .service-content-thumbnail img {
    	-webkit-filter: grayscale(1);
       filter: grayscale(1);
       -webkit-transform: scale3d(1.03, 1.03, 1);
              transform: scale3d(1.03, 1.03, 1);
    }

    Let us know if it works.

    Thanks

    • This reply was modified 1 year, 7 months ago by themearile.
    #22146
    Marion S.
    Participant

    That worked just fine!
    Thank you very much and have a beautiful sunday!

    Best wishes, Marion

    #22149
    themearile
    Keymaster

    Dear María

    Glad to hear it. We hope you are enjoying the Designexo theme.

    Please help us improve our customer satisfaction by writing a quick review https://wordpress.org/support/theme/designexo/reviews/?filter=5. We would be extremely grateful.

    Please let me know if you need any further assistance..!

    Thank you for your time.

    Thanks,
    ThemeArile

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.