Hi, I need the site title where it says “Empirical Water” at the top left to be in all caps. How may I accomplish this?
URL: https://empiricalwater.com/
Using Dawn theme
Store password: arby
Hi, I need the site title where it says “Empirical Water” at the top left to be in all caps. How may I accomplish this?
URL: https://empiricalwater.com/
Using Dawn theme
Store password: arby
The password is arby
Hi @empiricalarby ,
Please follow the instructions below
#shopify-section-header > sticky-header > header > h1 > a > span {
text-transform: uppercase;
}
Thank you, it now says it in all caps but only on the main page of the website. When I click on a product or go to the cart or go to the contact page, it reverts back to the original way, Empirical Water instead of EMPIRICAL WATER.
My bad. Please replace the code provided to the code below
.header__heading-link > .h2 {
text-transform: uppercase;
}
Thanks! This solved that issue, however there is just one thing remaining. On the password page it is still not all caps. I appreciate your time.
@made4Uo Any idea how to accomplish this? Thanks
Hi @empiricalarby ,
Please add the code below.
.password-header > h1.h2 {
text-transform: uppercase;
}
Thank you very much, the issue is fully solved now.