This topic has 2 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Robert Hall
My client has asked if we can change all text in the website to lower case. Menu, headings… everything. Can you please show me how I can do this? Thank you.
Hello,
You can add this code to custom.css file.
#main-nav > ul > li > a,
#products-grid.products_grid .product-grid .product-name a,
.footer-information h5 {
text-transform:lowercase;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
The issue related to '‘Change Font Case’' has been successfully resolved, and the topic is now closed for further responses