Font Text Change ( Dawn Theme )

Solved

Font Text Change ( Dawn Theme )

dreamtechzone_5
Shopify Partner
576 1 91

Hello Everyone!

 

I have added collection tabs through coding. I want to keep the collection tab's font text "Ovo" in both desktop and mobile mode. Please help me. Thanks.

 

Store: https://dream-candle-lights.myshopify.com/

Password: Admin

 

DREAM-CANDLE-LIGHTS-ONLINE-SHOP-02-17-2025_10_40_PM.png

 

I have used this code. But it is not working.

 

#shopify-section-template--16764210806851__tabbed_collections_Gg4j3D .tabs .tab-button {
font-family: "Ovo", sans-serif;
}

Accepted Solution (1)

Ahmad31
Shopify Partner
224 21 38

This is an accepted solution.

Hi @dreamtechzone_5  Use this css:

.tabs button{

font-family: ovo;

}

Ahmad31_1-1739811666568.png

 

Love my work? Buy Me A Coffee
Hire Me: Email me Or Chat on Whatsapp
If you found my solution helpful, please like and accept it. Your support is greatly appreciated!

View solution in original post

Reply 1 (1)

Ahmad31
Shopify Partner
224 21 38

This is an accepted solution.

Hi @dreamtechzone_5  Use this css:

.tabs button{

font-family: ovo;

}

Ahmad31_1-1739811666568.png

 

Love my work? Buy Me A Coffee
Hire Me: Email me Or Chat on Whatsapp
If you found my solution helpful, please like and accept it. Your support is greatly appreciated!