Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Meghan,

    It is certainly possible to remove the Details link along with the graphics. You may use the following custom CSS of your catalog to hide it:

    /*Hide details graphics and link*/
    .upcp-detail-details-link {display:none;}

    Let us know if that works out for you! ??

    Best regards,

    Thread Starter meghanwilson83

    (@meghanwilson83)

    Worked perfectly, thank you!!

    Hi guys.. I tried this and it is not working for me.

    My custom CSS is…

    .prod-cat-sidebar-subcategory-div, .upcp-detail-details-link, .Blue-prod-cat-header-div {
    display: none;
    }

    Any help is appreciated. ??

    Website URL is https://www.fdchq.online

    Hi Veldad,

    Since you’re using thumbnail view, you can use this custom CSS to hide the Details/arrow icon section:

    .upcp-thumb-details-link {display:none;}

    Works perfectly. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Way to remove "details"/arrow link in Details view’ is closed to new replies.