How can I capitalize all letters in the Dawn theme?

Hi!

How can I capitalize all the letters on the navigation, collections titles, etc. in Dawn theme? Just like Venture theme’s “Capitalize Letters”, that was too good.

Help please. Thanks!

1 Like

@MikeBaguyo

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.list-menu__item, .collage-wrapper-title, .card-information__text, .collection-hero__title, .product__title {text-transform: uppercase;}

Thanks!

3 Likes

@MikeBaguyo

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.list-menu__item, .collage-wrapper-title, .card-information__text, .collection-hero__title, .product__title {text-transform: uppercase;}

That worked! Thank you so much!!!

By the way, can these be also capitalized?

The above screenshot is from the legal part in the footer when I opened them (refund policy, terms of service, etc.), their titles are not capitalized as well. And hoping also for this to be uppercase as well:

Thank you!

1 Like

@MikeBaguyo

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
#CollectionFiltersForm.facets__form {text-transform: uppercase;}
.collection-filters__sort, .collection-filters__sort:hover {text-transform: uppercase;}
.main-page-title {text-transform: uppercase;}

Thanks!

Hi. Would you please be able to tell me how to capitalize the letters of buttons? Thank you