Collection Tab Issues ( Dawn Theme )

Hello Everyone!

I have added collection tabs through coding. I want to keep the collection tab’s font text “Americana” in both desktop and mobile mode. Please help me. Thanks.

Store: https://delicious-fruits-vegetables.myshopify.com/

Password: Admin

Hi @dreamtechzone_5 , you can follow these steps:

Step 1: Open Online Store → Themes → Edit code.

Step 2: Find base.css file.

Step 3: Paste this code at the bottom of the file

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

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you :heart_eyes:

Thank you so much. It worked.