Site logo

Archived topic

Hover Icon / Logo

5 replies · Started by Ender on May 17, 2019

Viewing posts 1–6 of 6

Hi. How I could get a hover effect on the menu toggle icon / logo / search icon. Thank you very much!

Hi there,

It would require some custom coding.

Do you have an example to show? If it's relatively simple we can try to help :)

Hi Leo. What exactly do you need: Like an admin account for the website?

An example of the hover effect you are looking for.

Ok i found now solutions for the hover effect with opacity with

.site-logo.mobile-header-logo img:hover {
  opacity: 0.75;
}

.navigation-branding img:hover {
  opacity: 0.75;
}

.arrow-down:hover {
  opacity: 0.75;
}

div.asp_m.asp_m_1 .probox .promagnifier .innericon svg:hover {
  opacity: 0.75;
}

.ugb-nav-icon:hover {
  opacity: 0.75;
}

Many thanks.

Awesome!

Glad you figured out and thanks for sharing :)

This archived topic is closed to new replies.