• Resolved fcwordpress

    (@fcwordpress)


    Hi

    Great plugin.
    Search works fine, I have categories and tags turned on. However in the details pane the product photos show fine but I don’t want the other information to be visible eg price, Add to Cart, …
    How do I manipulate this? Is there code you can provide?

    Rgds
    Fiona

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi,

    Your URL doesn’t work, but I will try to help without it.

    To hide add to cart:

    .dgwt-wcas-pd-addtc {
        display: none;
    }

    To hide price:

    .dgwt-wcas-pd-price {
        display: none;
    }

    If you don’t familiar with custom CSS, take a look at this video.

    Best
    Damian Góra

    Thread Starter fcwordpress

    (@fcwordpress)

    Thanks Damian. That fix worked great.
    Wonderful plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove price, add to cart etc from Details Pane’ is closed to new replies.