How to remove Links from Client logo slider

Hi there,
Thanks for providing this cool theme and help!
I would like to have the shown logos in the client slider without without hover or mouseover effect. I didn’t put any links put still get the hover effect. Any idea how could I remove this?
Thanks in advance for the help!

Hi there

We can disable hover effect by custom CSS, please provide URL of the page and I will guide you

Regards

Hi there,
Thanks for the quick answer and help offer! The url is https://www.thomasbassen.de.
Thanks for your time and help!

Hi there

Im sorry but I cant see any client logo carousel on your website, probably im missing something. can you show me a refference?

Regards

Hi there,
this is the section I am talking about:

Hi

Ok, please add this CSS code in the Appearance > Customize > Additionally css:

.logo-carousel li {
    opacity: 1;
}

Regards

Thank you very much for your help!
If I could ask one more question: I would like the logos to be without link, how do I implement that into the code you sent me?
Thanks for your help again!
Regards

Hey there

yes, it’s possible as well, add this code to disable any clicks on the logo:

a.custom-logo-link {
    pointer-events: none;
}

Regards

Hi there,
Thanks so much again for the help. I think, though, I didn’t manage to explain myself well. What I meant was not my logo, but to have the logos en the carousel not only without hover effect, but also without link.
I am sorry for the confusion and hope you can help me this as well.
Best regards

Hi

Ah, that’s ok, simple don’t add any link in the link field, use # instead and this code:

.logo-carousel li a {
    pointer-events: none;
}

Regards

Hi again,

That did the trick. Thank you so much for your help and the great support!
Best regards!

Nice to hear :slight_smile:
You are welcome and have a good day