Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello!

    Can you please post your site’s link to take a look at the logo/hover issue?

    Thanks!

    Thread Starter senaisenai

    (@senaisenai)

    Hi,
    site url is https://littlebigtravel.pl I don’t want to have hoover effect over the image with logo on the top.

    Hello!

    Try putting this code into your Custom CSS:

    .site-title:focus, .site-title:hover {
    opacity: 1.0;
    }

    Hope that works!
    Brenda

    Theme Author Ben Sibley

    (@bensibley)

    Since the logo is partially opaque to start with, you can turn off the hover effect by always keeping the logo full opacity like this:

    .site-header .site-title {
      opacity: 1;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    I think you’ll also really like the Tracks CSS Snippets Collection. It has dozens of code snippets for tweaking and customizing Tracks

    Thread Starter senaisenai

    (@senaisenai)

    Hi Ben.
    Thanks for help, and also 3x more thanks for link it will be pricless for amator like me in CSS ??

    Thread Starter senaisenai

    (@senaisenai)

    I am closing it as resolved ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome, glad you like the snippets collection ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Delete hoover over the logo’ is closed to new replies.