Home Forums WoodMart support forum text colors

text colors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #545736

    aleksandreeu
    Participant

    Hi,
    I need to change short and long description color and size only. how can i do it please?

    #545986

    Hello,

    Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.woocommerce-product-details__short-description {
        font-size: 20px;
        color: red;
    }
    div#tab-description{
        font-size: 20px;
        color: #0119ff !important;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)