Font Text Change ( Dawn Theme )

Topic summary

A user added custom collection tabs to their Dawn theme Shopify store and wants to apply the “Ovo” font to the tab text across both desktop and mobile views.

Issue: The user’s initial CSS code targeting the specific section ID and tab-button class is not working.

Solution provided: Another user suggested simplified CSS:

.tabs button {
  font-family: ovo;
}

Status: The solution has been offered but not yet confirmed as working. The discussion includes a screenshot showing the collection tabs in question and the proposed CSS implementation.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

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