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.
sorry that issue can you try this code
- Go to Online Store->Theme->Edit code
- 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
its my pleasure to help us
1 Like