• Resolved ltsharma

    (@ltsharma)


    Im using Virtue theme with woocommerce
    Problem
    My shop page https://goo.gl/jz9DEV showing all short description, and making alignment ugly.
    i found out how to remove short description from shop page by inspecting element & by adding

    .short_description
    {
    display: none;
    }

    to the custom css. But it will remove product short description from single product page also, i wanted to show short description in product page can anyone help me with this?
    i left my page as removed above code to inspect.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey so looks like you are using a grid/list plugin which is causing your issue. I would davtivate it.

    But if you just want the css to fix your problem:

    .product_item .short_description{
    display: none;
    }

    Kadence Themes

    Thread Starter ltsharma

    (@ltsharma)

    ohh,, i can remove that plugin. that plugin is no longer working properly.
    Thanks for replay, i will check it by remove that plugin.
    but above mentioned code will hide description from product page only?

    yes

    Thread Starter ltsharma

    (@ltsharma)

    Wowwww,, it worked, thank you,
    i’ve removed “woocommerce grid/list view plugin”,
    Thanks for your help & thanks for your theme

    Thread Starter ltsharma

    (@ltsharma)

    i’ve removed “woocommerce grid/list view plugin”. its worked

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Short description showing problem with product page – Virtue theme’ is closed to new replies.