Home Forums WoodMart support forum Change where the colors appear

Change where the colors appear

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #460072

    didine054800
    Participant

    I want to change where the colors appear to the right on the product page

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

    Hi,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field and And tell us where to keep them.
    so that we can check this concern on your Site and help you out accordingly.

    Best Regards.

    #460267

    didine054800
    Participant

    I want to change where the colors appear to the right on the product page

    #460360

    Hi,

    So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    table.variations {
    	left: 400px !important;
    }

    Change the code as per your need.

    Best Regards.

    #460543

    didine054800
    Participant

    The color does not appear on the phone

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

    Hi,

    So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for Desktop:

    table.variations {
    	left: 400px !important;
    }

    And using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for Desktop:

    table.variations {
    	left: 250px !important;
    }

    Best Regards.

    #460806

    didine054800
    Participant

    How do I translate this into Arabic?

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

    Hello,

    Please use the Loco translate plugin on your site. After installing the plugin please Navigate to Loco >> Themes >> Woodmart >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    Also, please Navigate to Loco >> Plugins >> Woocommerce >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    Also, please Navigate to Loco >> Plugins >> Woodmart-Core >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    https://wordpress.org/plugins/loco-translate/

    Note:
    1. Custom (recommended)
    2. This is Loco’s protected folder under “wp-content/languages/loco/” which is safe from automatic updates and provides priority over the above locations.
    https://localise.biz/wordpress/plugin/manual/msginit?utm_medium=plugin&utm_campaign=wp&utm_source=admin&utm_content=plugin-msginit#order
    If this folder doesn’t exist you may need to create it and ensure it has the correct permissions.
    https://localise.biz/wordpress/plugin/manual/filesystem

    If the issue still exists then please send me the WP admin login details of your site so I will check and solve the issue for you.

    For more information please read the theme documentation here:
    https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards.

    #461557

    didine054800
    Participant

    How to raise the call us button on the phone

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

    Hello,

    It is not our theme-related issue. It is the icon of the plugin “chaty”.

    Go to plugin setting and change the size as per your need:
    Screenshot for clarification:
    https://ibb.co/RzLthnC

    Best Regards.

    #462363

    didine054800
    Participant

    I do not want to change its size, I want to raise it a little so that the buttons below it appear

    #462558

    Hi,

    using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for Mobile:

    .chaty-widget .chaty-cta-main .chaty-cta-button {
    	bottom: 40px !important;
    }

    Best Regards.

Viewing 12 posts - 1 through 12 (of 12 total)