Collection Tab Issues ( Dawn Theme )

Solved

Collection Tab Issues ( 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 "Americana" in both desktop and mobile mode. Please help me. Thanks.

 

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

Password: Admin

 

Delicious-Fruits-Vegetables-–-Delicious-Fruits-Vegetables-02-17-2025_02_10_PM.png

Accepted Solution (1)

B2Bridge
Excursionist
334 66 82

This is an accepted solution.

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 😍

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 2 (2)

B2Bridge
Excursionist
334 66 82

This is an accepted solution.

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 😍

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

dreamtechzone_5
Shopify Partner
576 1 91

Thank you so much. It worked.