Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #412041

    Hi!

    Is there a possibility to increase the text size of product title beyond the image?
    And/Or is there a way to make in bold or apply headline-shortcodes?

    Thx in advance, Stefan

    #412129

    Hi Stefan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .products .product-category h3 {
      font-size: 20px;
      font-weight: bold;
    }

    Regards,
    Yigit

    #412136

    Thx so much. I also added text-align: center; and am satisfied with the result!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce Product Category List View: Increase Title Text Size’ is closed to new replies.