Before you ask please READ THIS

How to change the color of the product name to black?

in Rife Posts: 51
https://eisch.com.tw/?product_cat=酒杯系列
How to change the color of the product name to black?
1660014253416.jpg
1323 x 837 - 213K

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Please use this custom CSS:
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      color: #ff0000;
    }
    With kind regards.
  • Posts: 51
    How to hide categories?
    1660058492650.jpg
    1284 x 847 - 220K
  • AirAir
    Posts: 10,970
    Hello :-)

    You can use this custom CSS:
    ul.products .posted_in {
      display: none;
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!