Text colour and size on single product page

This topic has 13 replies, 3 voices, and was last updated 10 years ago ago by Robert Hall

  • Avatar: suhasratan
    suhasratan
    Participant
    November 23, 2015 at 12:37

    HI,

    i want to make the product description text darker… where can i specify the color?

    Thank you!

    12 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    November 23, 2015 at 12:55

    Hello,

    You can use the following code in Theme Options->Custom CSS->Global Custom CSS.

    .tabs .tab-content p {
        color: #000;
    }

    Regards,
    Robert Hall.

    Avatar: suhasratan
    suhasratan
    Participant
    November 23, 2015 at 13:01

    Thank you, but i also want to change the text colour of the short description that appears under the price, next to the product images…

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 23, 2015 at 13:18

    In this case please use the following code

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

    Regards,
    Robert Hall.

    Avatar: suhasratan
    suhasratan
    Participant
    November 23, 2015 at 13:29

    Wonderful… just one more thing, if possible…

    i want to give top padding before the product name (on the home page in the featured products section), it is too close to the image

    can this be done?

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 23, 2015 at 13:57

    Please use this code in Global Custom CSS.

    .home .product-title{
        margin: 15px 0 15px;
    }

    Regards,
    Robert Hall.

    Avatar: suhasratan
    suhasratan
    Participant
    November 23, 2015 at 14:08

    Awesome 🙂 thanx a ton!!

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 23, 2015 at 14:45

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: suhasratan
    suhasratan
    Participant
    December 9, 2015 at 16:49

    H,

    i’m facing another little issue…

    the products on inside pages are still not showing the padding (as the home page products)

    Avatar: Eva
    Eva Kemp
    Participant
    December 9, 2015 at 17:21

    Hello,

    Please clarify where exactly on single product page you want to add padding value.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:22

    Hello,

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

    .product-title{
        margin: 15px 0 15px;
    }

    Regards,
    Robert Hall.

    Avatar: suhasratan
    suhasratan
    Participant
    December 9, 2015 at 17:37

    That did it, thanx a ton 😀

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:40

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Text colour and size on single product page’' has been successfully resolved, and the topic is now closed for further responses

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