Font Text Change ( Dawn Theme )

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

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;
}

Hi @dreamtechzone_5 Use this css:

.tabs button{

font-family: ovo;

}

Ahmad31_1-1739811666568.png

1 Like