Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Acme Themes

    (@acmethemes)

    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!

    Thread Starter reachingout

    (@reachingout)

    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:
    https://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

    Theme Author Acme Themes

    (@acmethemes)

    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!

    Thread Starter reachingout

    (@reachingout)

    Thanks, that solved my problems.
    Really appreciate!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do you set language?’ is closed to new replies.