Home Forums Themes Support Gecko Changing tag text in headings (hot, new, etc)

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #22067

      Hi,

      I want to translate the ‘new’ tag in the header to something in our local language.

      Please advise where this can be done.

      Attachments:
      You must be logged in to view attached files.
    • #22074

      Hi,

      Please add below code in JanStudio > Theme Option > General Layout > Custom CSS

      html[lang="af"] .jas-menu li.new > a::after {
      	content: 'NEW';
      }
      html[lang="af"] .jas-menu li.sale > a::after {
      	content: 'SALE';
      }
      html[lang="af"] .jas-menu li.hot > a::after {
      	content: 'HOT';
      }

      and change New, Hot, Sale to your language

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #22102

      Thanks very much. This worked perfectly.

Viewing 2 reply threads

You must be logged in to reply to this topic.