Home Forums WoodMart support forum Do you know how to style my internal link in short description ?

Do you know how to style my internal link in short description ?

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

    Joie
    Participant

    Hello would you teach me how to make my internal link in the short description to follow the main color at the theme settings? So that whenever i change theme colors, the hyperlinks will follow the color accordingly.

    currently i just type this
    Box es styrofoam

    Currently only on hover the links changed to main color, I want to make it permanent my main color.
    https://tokoplastik.co.id/product/box-styrofoam-wawan-kecil-wktl/

    Thank you
    Joie

    #193980

    Hello,

    I have visited the URLs you provided. To Change the color of the links in the product description on the single product page Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product-page .woocommerce-product-details__short-description a {
    color: #1e73be;
    }

    Best Regards.

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