Home Forums Basel support forum Custom Code / CSS

Custom Code / CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15180

    fluent
    Participant

    Hello.

    Sorry to bother you guys.
    Just wondering how i go about removing the links to the following products in “Green” in the attached graphic, while not affecting the “X” to remove items.

    I’m just looking to stop people clicking this link back to the product in this sidebar area.
    Yet still allow them to remove the items from this area.

    Many thanks
    Pete

    Attachments:
    You must be logged in to view attached files.
    #15182

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this.

    .widget_shopping_cart .product_list_widget li>a:not(.remove) {
    	pointer-events: none;
    }

    Regards

    #15183

    fluent
    Participant

    Excellent.. That worked a treat.. thanks allot šŸ™‚
    Pete

    #15184

    Artem Temos
    Keymaster

    You are welcome!

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