WooCommerce Title Colour - by eiretv - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson

  • Avatar: eiretv
    eiretv
    Participant
    October 2, 2015 at 13:14

    I am editing the CSS with Microthemer and cannot change the color of the Product Title….I can change the Font but not the color…can you give me the CSS to add or target to change this please.

    The CSS I have targeting to try and change is div.product-title.

    I want to be able to change the Hover etc states too…

    See it on the Web-site page in the details.

    Thanks.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 2, 2015 at 13:53

    Hello,

    You didn’t write the page url.
    Please resend it.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: eiretv
    eiretv
    Participant
    October 2, 2015 at 17:55
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 2, 2015 at 18:27

    Hello,

    Try to use this code in Theme Options > Custom CSS > Global Custom CSS:

    .product-title a {
        color: #000 !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: eiretv
    eiretv
    Participant
    October 2, 2015 at 21:46

    Thanks for that…..but is there a universal CSS Title because look at the products on the bottom of the page …they stay the same colour and don’t change to black???

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 3, 2015 at 08:58

    Hello,

    Please use this css code too:

    .product_list_widget .media-heading a {
        color: #000 !important;
    }

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 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.