How do I remove white space under Product Short Description on Single Product Pg

This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall

  • Avatar: kdva
    kdva
    Participant
    January 21, 2016 at 04:00

    Hell0 —

    1. How can I remove the white space that appears between the Product Short Description text and Product Description heading? Right now there is a big white gap there.

    2. How can I change the font color of the product short description to straight black?

    Thanks.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 21, 2016 at 08:33

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS

    .product-information .price {
        display: none;
    }
    .product-information .short-description p{
    color:#000;
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.