Increasing Font Size of Collection Slider

I want to increase the font size of collection slider heading.
Theme - Debut (Currently in Draft)
Preview Link - https://umx6e608qxh6bwzo-7337377856.shopifypreview.com

@onestopperfumes on which page do you have this collection slider?

@suyash1 Home Page. Please also tell how to make it bold

@onestopperfumes - add this css to the very end of your theme.scss file and check, adjust number as per the need

.shopify-section .collection .text-title{font-weight: bold; font-size: 30px;}
1 Like

@suyash1 Please also tell how to make text black colour.

Add this CSS to make text black in color,

.shopify-section .collection .text-title {
    color: black;
}
1 Like