Home Forums Pro Themes Yummy Pro Click and no click on Special item section

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74309
    Marc van Maldegem
    Participant

    Good day, we also like to make the special item section on the homepage “unclickable”. How we do that?

    #74344
    wensolutions
    Keymaster

    Hello @gustogambia,

    To make the special item section on the homepage unclickable please use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    section#rock-friday .special-day {
        pointer-events: none;
    }

    Hope this helps.

    Best Regards!!

    #74351
    Marc van Maldegem
    Participant

    Good day,

    This is not the good one. We ask for the special item section.

    Regards,

    Marc

    #74358
    wensolutions
    Keymaster

    Hello @gustogambia,

    Please replace above give CSS with the CSS give below:

    #recent-products .product-description {
        pointer-events: none;
    }
    
    .parallax h2.entry-title.color-white {
        pointer-events: none;
    }

    Hope this helps.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.