Home Forums WoodMart support forum adjust 2 buttons ‘description’ and ‘additional information’

adjust 2 buttons ‘description’ and ‘additional information’

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #619926

    dhndigitalmarketing
    Participant

    I want to adjust 2 buttons ‘description’ and ‘additional information’ from all capital letters to capitalize the first letters in the phrase, and I want to adjust the content written in these 2 boxes to other content, where can I adjust it.

    And the ‘additional information’ button is partially blurred in the right corner on the small screen phone version (image 10), how to make this button display normally and not blurred (I want these 2 buttons to automatically enlarge or shrink to take up the same area on all phone screen versions like the product in picture 11 (here is the product link: https://www.thegioididong.com/dtdd/iphone-16-pro-max )

    Please guide me how to do it, thank you

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

    Hello,

    Your site is not working for me, please remove the IP restrictions from the server so I will access the site and give you the solution about your issue after checking the site.

    I am accessing the site from Country Pakistan and My IP is: 137.59.145.179

    Best Regards.

    #620810

    dhndigitalmarketing
    Participant

    I’m not very familiar with these technical issues so I don’t know how to remove the IP restrictions from the server, but I see that my website still works normally and other support people can still access it. I’ll send the url below, please try accessing it again to see if it helps

    #620970

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    span.nav-link-text.wd-tabs-title {
        text-transform: capitalize;
    }

    Best Regards.

    #621402

    dhndigitalmarketing
    Participant

    In addition to the question you just supported above, I also have 2 questions:

    1. I want to edit the content in the 2 boxes ‘description’ and ‘additional information’ to other content, where can I edit it? (for example: I want to edit ‘description’ to ‘product article’)

    2. The ‘additional information’ button is partially blurred in the right corner on the small screen phone version (image 10), how to make this button display normally and not blurred (I want these 2 buttons to automatically enlarge or shrink to take up the same area on all phone screen versions like the product in picture 11 (Here is the link to the website that has the design I want: https://www.thegioididong.com/dtdd/iphone-16-pro-max )

    Please guide me how to do it, thank you

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

    Hello,

    1. 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.

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

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

    2. Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS Section:

    li#tab-title-wd_custom_tab {
        width: max-content !important;
    }
    .wd-nav-tabs a.wd-nav-link {
        font-size: 12px;
    }

    Best Regards.

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