Want to Increase & bold font size of collection list name (Showcase Theme)

I want to want to Increase & bold font size of collection list name (Showcase Theme). My Website Address is My Apparels. I also attached the screenshot for better understanding.

@myapparelsuk

sorry that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.collection-block:not(.hover-info) .title {
    font-size: 24px;/* change font size value as you like */
}
1 Like

Thank You @KetanKumar Problem is solved. Thanks again for helping.

1 Like

@myapparelsuk

its my pleasure to help us

1 Like