• Resolved garfin

    (@garfin)


    Hi, I would like to know how to remove the hyperlink from the Product Name in detail view as we do not want users to link through to the product details.

    Thanks
    Gary

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Gary,

    Here’s some code you can add to the “Custom CSS” box of the Edit catalogue page:

    .prod-cat-mid-detail-div.upcp-mid-detail-div?.upcp-catalogue-link{
        pointer-events:?none!important;}

    This code will make it so users can’t click the product names in Detail view.

    Thread Starter garfin

    (@garfin)

    Hi guys, thanks for the support.

    I have added the CSS as instructed to the custom CSS box on the edit catalog page, but am still able to click on the Product Name hyperlink and the link is still active

    https://kennyfinbergauctions.co.za/wp-content/uploads/2017/07/deactivate-hyperlink-css.png

    Any suggestions?

    Thanks

    Regards
    Gary

    Hi garfin,

    If the previous code did not work for you, please try the following code:

     .upcp-mid-detail-div 
     {pointer-events: none!important;}
    

    Please Note: You will have to select the “Read More” option as No, under the Catalogue Page Display, in Basic under the Options Tab of the Plugin dashboard.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Hyperlink From Product Name in Detail View’ is closed to new replies.