Hello @reachingout ,
From your WordPress dashboard,
Go to Setting => General
There is an option to Site Language
You can select language from the options
Best Regards!
Thanks, it worked!!
But do you know how to enable å, ä and ö characters in the “AT About Service” Section Widget? The headline is “FREE SHIPPING & RETURN” as can be seen here:
http://www.acmethemes.com/demo/?theme=online-shop
for example, “FREE SHIPPING & RETURN Å Ä Ö å ä ö” gives
“FREE SHIPPING & RETURN Å Ä Ö Å Ä Ö” when copy-and-pasted, but they visualy look different. Or maybe there is a way to acces the database and allow lower-case letters?
And also, can you change the “All Categories” left on the search box??
/Greg
Hello @reachingout,
1. To allow lowercase, use the following custom CSS
.single-item .content .title {
text-transform: none;
}
2. You can find All Categories text.
It is highly recommended to customize the theme using a child theme or you can translate the theme .
Best Regards!
Thanks, that solved my problems.
Really appreciate!