Disable Product Page Short Description

I am using VivaShop template. How do I disable short descriptions from the product pages. There is no need for the short description because the long description already shows.

I also want to disable the stock part from showing in this line and need the font size to be 14 size.

Thank you bunches,

mskitti

either delete the short description formt the field in admin or contact Egrothemes to tell you hwo to remove.

It shouldnt show by defaults

I am using VivaShop template. How do I disable short descriptions from the product pages. There is no need for the short description because the long description already shows.

I also want to disable the stock part from showing in this line and need the font size to be 14 size.

Thank you bunches,

mskitti

Hi,

Add this code to your theme css section:

.et-short-descr-wrapper {
    display: none;
}