Home Forums WoodMart support forum how to change product title colour

how to change product title colour

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #670749

    prashanthb
    Participant

    i have added product grid on home page through elementor i just want to change the product name to white as it is grey and background is black…. i don’t want to change the product name colour globally just for that element

    Attachments:
    You must be logged in to view attached files.
    #670864

    Hello,

    Navigate to Theme Settings > Typography > Advanced and you can assign the Product Grid title selector to change the typography settings: https://prnt.sc/TUGmKqBkCa2L

    For detailed instructions, please refer to the documentation:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards,

    #671303

    prashanthb
    Participant

    hi i changed it according to your suggestion but now it has changed all the pages like i want to change the title colour only in home page on the product archive part only but now it has changed even in shop page also… i don’t want that

    #671410

    Hello,

    Can you please share the page URL so I can check and give you a possible CSS code to change the product title only on the home page?

    Best Regards,

    #671427

    prashanthb
    Participant

    https://carbon.stargloww.com/

    If i transfer the website to different link then css need to be changed again?

    #671476

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .page-id-25 .wd-product .wd-entities-title {
        color: #ffffff !important;
    }
    .page-id-25 a.wd-entities-title:hover,
    .page-id-25 .wd-entities-title a:hover {
        color: #f3f3f3;
    }

    Best Regards,

    #671600

    prashanthb
    Participant

    done now it works fine

    #671714

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘how to change product title colour’ is closed to new replies.