Home Forums Basel support forum Change Product Title Color in Products Grid

Change Product Title Color in Products Grid

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

    kparsons
    Participant

    Hello,

    How can I cahnge the title color of products only in a certain Products Grid, but not the others? Please see attached screenshot, I need to make the product titles in this product grid white.

    Thank you,

    #10069

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can add an extra CSS class for the row containing this products element. For example, add row-with-special-products. After that, add the following CSS snippet to the Custom CSS area in Theme Settings

    .row-with-special-products .product-title a {
       color: #ffffff!important;
    }

    Regards

    #10080

    kparsons
    Participant

    Worked, thanks!

    #10084

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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

The topic ‘Change Product Title Color in Products Grid’ is closed to new replies.