How can I make collection text capital on my website?

Hi,

im looking to make the font here capital. For my collection links etc on collection pages.

my site is https://luxurymrkt.com/collections/womenswear

@Luxurymrkt

You need that font capital only on collection page or on every pages ?

So i can give you suggetion based on your requirement.

Hey @Luxurymrkt
Add this code above in theme.liquid


Hi @Luxurymrkt

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

nav.breadcrumb {

text-transform: uppercase !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello @Luxurymrkt ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like