Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hey there ??

    Thanks for reaching out!

    It looks like you want to change the color of the “product short description” text, for all products, correct?

    Can you try adding the following custom CSS to Appearance → Customize → Additional CSS and see if this does the trick:

    /* Change Product Short Description Text Color */
    .woocommerce-product-details__short-description {
        color: black !important;
    }

    This is how it displays on my end after applying the CSS:

    I have changed the text color to “black”, feel free to change it to your preferred color ??

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Hope this helps!

    Thread Starter Jane

    (@missdjein)

    Thanx! But how can i get another colour that i only know the hex code?
    ??

    Thread Starter Jane

    (@missdjein)

    Ohh i found out my self!
    Thank u soo much for the help! <3

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hey @missdjein

    That’s great to hear – happy to help ??

    I’ll go ahead and mark this as resolved then – feel free to?create a new topic?if you need any further help.

    Also, if you have a minute, we’d love it if you could leave us a review:

    https://www.ads-software.com/support/plugin/woocommerce/reviews/

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the colour’ is closed to new replies.