Home Forums WoodMart support forum product title

product title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #723066

    adpwebdesign.it
    Participant

    Hi,
    in homepage I have a “product categories” widget and in order to have the categories name styled as I want (screenshot attached) I used this css:

    .wd-entities-title {
    	background-color: #ff0000;
    	color: white !important;
    	padding: 10px;
    	border-radius: 15px;
    }

    it works, but with this css I also styled the products name the same. Instead I’d like the products name (here for example https://formacultura.com/shop/) to be simple black, same color, font-size and font-family of the price.

    Can you please suggest a more specific element in order to target only the categories name in the “product categories” widget? I see that .wd-entities-title is too generic.

    thank you

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The .wd-entities-title class is used globally for both product titles and category titles, which is why your CSS affects product names as well.

    To style only the category names inside the Product Categories element/widget, please use this css code:

    .wd-cat .wd-entities-title {
        background-color: #ff0000;
        color: #fff !important;
        padding: 10px;
        border-radius: 15px;
    }

    The .wd-cat class is specific to category items, so this CSS will only affect category titles and will not modify product titles on your shop page.

    Best Regards

    #723154

    adpwebdesign.it
    Participant

    thank you

    #723185

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

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