Home Forums WoodMart support forum Brand Element Help

Brand Element Help

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #379139

    WASIPLtd_Website
    Participant

    Hello,

    I currently have the brand element within my prefooter section. However, I’d like to have the brand images unclickable (meaning they don’t link to anything).

    Is it possible to somehow make them not link to a brand page? I do like the current hover effect where it starts as a greyscale image and then turns to the proper logo colour. If that’s possible to remain without having a link that would be awesome.

    Screenshot for reference (brands have been blurred on purpose): https://gyazo.com/2fa90d013545f64eb856fe09c8fd66f1

    #379265

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .brands-hover-alt .brand-item img {
    opacity: 1;
    filter: none !important;
    transition: none !important;
    }

    .brands-widget .brand-item a {
    pointer-events: none;
    }

    Best Regards

    #379398

    WASIPLtd_Website
    Participant

    Thanks Aizaz.

    Is there any way to make the brand logos greyscale still until I hover over them?

    With the CSS you provided they no longer link to pages which is great, but they’re coloured still before I hover over them.

    Thanks.

    #379419

    Hello,

    You are Most Welcome.

    Please replace the previous CSS with the following then check back.

    .brands-widget .brand-item a {
    pointer-events: none;
    }

    Best Regards

    #379444

    WASIPLtd_Website
    Participant

    Thank you, thank you.

    It worked šŸ™‚

    #379499

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Brand Element Help’ is closed to new replies.