Okay
  Public Ticket #237259
Clients section logo's
Closed

Comments

  • Marc started the conversation

    I am using the Clients section from your original Newave Demo. But I don't want to use quotes or endorsements, I just want the logo's. But the logo's show with a white haze over it. Only when mouse-over it shows the true colours of the logo. Is there a way to have alle logo's shown as they are, so without the white haze over it?

  •  1,973
    Support replied

    Use 

    #bx-pager a img {
        opacity: 0;
    }
    in your theme options Styling Options -> Custom CSS
    Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Marc replied

    Thanks! At first the squares were blank and the logos only showed on mouse-over. But then I changed the 0 into a 1 and now it works. Thank you!

    Is there a way to have the cursor not change form upon mouse-over? Right now upon mouse-over the site acts as if the logo is clickable, but clicking it only takes you to the home page (refreshing the site). That's is not optimal. I'd rather have no interaction upon mouse-over. Is that possible?

  •  1,973
    Support replied

    Hi,

    Use

    #bx-pager a{

        cursor: default;

    }

    Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Marc replied

    Excellent. Thank you!