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!
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!
.list-menu__item, .collage-wrapper-title, .card-information__text, .collection-hero__title, .product__title {text-transform: uppercase;}
Thanks!
yes please try this code
.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!
#CollectionFiltersForm.facets__form {text-transform: uppercase;}
.collection-filters__sort, .collection-filters__sort:hover {text-transform: uppercase;}
.main-page-title {text-transform: uppercase;}
Thanks!