Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Font size on banners

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #42110
      tangled2021
      Support Expired

      Hi,

      I want to ask a few questions regarding my webshop at http://www.tangled.rs.

      1. Is it possible to change the font size on banners, but only on the mobile version?
      2. I have trouble when making orders from my phone. My shop supports multi-currency, from which local currency RSD is the main one. When an order is made in RSD, a confirmation sent to the customer is correct. But if an order is made in some other currency, the confirmation order shows the currency name but amounts in RSD, making mistakes like EUR 9,400 instead of EUR 80. Is it possible to do something about it?
      3. On pages
        Privacy Policy
        Shipping and Return
        Terms and Conditions
        FAQs
        I have these policies written in English and Serbian. On top of each page, I have noted that it is necessary to scroll down for the Serbian version. Is it possible to have a link, so the scrolling is not needed?

      If you need more information, I am at your disposal.

      Thank you in advance,

      Maja Glusica

       

       

       

       

       

       

      • This topic was modified 2 years, 8 months ago by tangled2021.
      • This topic was modified 2 years, 8 months ago by tangled2021.
      Attachments:
      You must be logged in to view attached files.
    • #42116
      Harry
      Support Expired

      Hi Maija,

      1. Please send me the link where you show the banner or add your custom css code for mobile banner in Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 767px) {
      your custom code here
      }

      2. Please delete other currencies, and set RSD to 1 and re-create other currencies https://tppr.me/xSPAI

      3. For the button please create like this

      <a href="#serbian-lang">Click for version in Serbian</a>

      And wrap your Serbian content with id

      <div id="serbian-lang">your serbian content here</div>

      Kind regards

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

    • #42117
      tangled2021
      Support Expired

      Hi Harry,

       

      thank you for fast replay.

      1. links for smaller font on mobile version are

      Terms and Conditions

      Shipping and Return

      Page name is over the photo on the left, so I need smaller font to avoid that

      2. This problem is solved

      3. I created a button using edit as HTML and put the first line you sent. But I am not sure where to put next one

      your serbian content here

      4. Is it possible to move the photo on the right on mobile version of page

      https://tangled.rs/shop/

      because page name is over the photo and it is not easy redable.

       

      Thank you for your help,

       

      Maja

       

    • #42119
      Harry
      Support Expired

      Hi Maija,

      1, 4. Please add below code to Claue > Theme Option > General Layout > custom css

      @media only screen and (max-width: 767px) {
      .page-head h1 {
      	font-size: 18px;
      }
      .jas-wc .page-head, .jas-wc-single .page-head {
      	background-position: center center;
      }}

      And change 18 with your number and only can move image on the left

      3. Please edit your content in Html and add id to the heading start of Serbian language https://tppr.me/s9m8Q and add anchor for button https://tppr.me/uUE6Z

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

    • #42123
      tangled2021
      Support Expired

       

      Dear Harry,

      Thank you so much for your help, all issues are resolved.

      Best regards,

      Maja

Viewing 4 reply threads

You must be logged in to reply to this topic.