Hi there,
How can I change the ‘About Us’ to be all uppercase? It is all uppercase onmy desktop version but not on my mobile site.
www.feyrebaby.com.au is my website.
Thank you
Hi there,
How can I change the ‘About Us’ to be all uppercase? It is all uppercase onmy desktop version but not on my mobile site.
www.feyrebaby.com.au is my website.
Thank you
Hello There,
@media screen and (max-width:749px){
.drawer__nav a.drawer__nav-link.drawer__nav-link--top-level {
text-transform: uppercase;
}
}
Thank you!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.