• Resolved anharvey

    (@anharvey)


    Hey Everyone,

    I have my shop set up how I want it however you can click on my product to take it to a more descriptive product page. Is there a way to make this NOT available? I don’t want that.

    Thanks,
    Adam

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    Hi,

    Is there a way to make this NOT available? I don’t want that.

    There isn’t a way to do that with a WooCommerce default install. There may be themes or plugins that provide that functionality though. The other alternative is custom coding.

    Thread Starter anharvey

    (@anharvey)

    Ron,
    What exactly is that called so i can search for a plugin. Or who/where would I contact for custom coding?

    Thanks,
    Adam

    Plugin Support Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @anharvey!

    You could use some CSS to achieve this. The following should work:

    .portfolio .portfolio-set {
        pointer-events: none;
    }

    You can add that to the “Additional CSS” section found in the customizer.

    Cheers!

    Plugin Support Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy.

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Don’t want Products clickable’ is closed to new replies.