Home Forums WoodMart support forum Help to write a CSS code for Gtranslate form dropdown style

Help to write a CSS code for Gtranslate form dropdown style

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

    springorchid2008
    Participant

    Hi, Dear Aizia,
    I met a problem with Gtranslate form style, I set a mult-language form into the header, but don’t like the from dropdown style , I hope it is the normal dropdown style, slide from up to down once clicked, not the style that split into up and down as it shows by now. could you help to check and wrtie a CSS code for me to change the dropdown style into normal one?
    It woudl be very appreciated for your kind help .
    Best regards
    Cathy

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this CSS code to the Theme Settings > Custom CSS > Global Custom CSS:

    .gt_switcher {
        position: relative !important;
        overflow: visible !important;
    }
    
    .gt_switcher .gt_option {
        position: absolute !important;
        top: 100% !important;
        bottom: auto !important;
        left: 0;
        right: auto;
        width: 100%;
        max-height: 260px !important;
        overflow-y: auto !important;
        transform: none !important;
        margin-top: 4px;
        z-index: 99999;
    }

    Best Regards,

    #707681

    springorchid2008
    Participant

    Hi, Dear Aizaz,
    Really awesome! Very appreciated for your kind help, it works very well by now.
    Thanks again !!

    I have another problem need your help, I’d like to show some required attitute information under the Archived product images as showed in attached file. I don’t know how to make it, could you help to give some assistance?
    Best regards
    Cathy

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to Theme Settings > Product Archive > Product Styles, select the “Show Summary on Hover” or “full width” style and set “Hover Content” to Additional Information. This will allow additional content to appear on archive pages.

    Make sure the attributes are properly configured within each product for them to be displayed correctly. https://ibb.co/hFb3kmhn

    Best Regards,

    #707768

    springorchid2008
    Participant

    Hi, Dear Aizaz,
    Thanks very much for your respond.
    It works by now.
    Really appreciated for your kind help
    Best regards
    Cathy

    #707787

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Help to write a CSS code for Gtranslate form dropdown style’ is closed to new replies.