Home Forums WoodMart support forum Error with Seach style customize

Error with Seach style customize

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

    springorchid2008
    Participant

    HI,
    I am setting the Search style, it shows very strange, don’t know what’s wrong with it. whatever I change the style, it can’t be the ideal one I want.
    Pls check the attached file. possibly, login into the dashboard to correct for me.
    looking forward to your kind early reply.
    Best regards
    Cathy

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Now I have checked your site and the search results are showing fine on your site.

    See Screenshot for clarification: https://ibb.co/BVjM4JcC

    Check back your site and check the issue. If you have any questions, feel free to contact us.

    Best Regards,

    #702998

    springorchid2008
    Participant

    Thanks for your kind reply.
    yes, I adjust many times, and set the length into 132, it can work. acturally it still has problems.

    By now, I have another problem with the language form , how to change the text color in the multi-language form? I hope it can be white, but once I changed in the from style and color in the theme setting as attached, the search form color changed as well. it is very frustrated me. could you kind help to check for me again?

    Cathy

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .gtranslate_wrapper .gt_selector {
        color: #ffffff;
    }
    
    /* Dropdown options */
    .gtranslate_wrapper .gt_selector option {
        color: #000000;
        background-color: #ffffff;
    }

    Best Regards,

    #703043

    springorchid2008
    Participant

    Dear Aizaz,
    Really Terrific !! awosome
    The Css is worked.
    Thanks very much!

    However, when I open the mobile side, as the background is not dark, the Gtranslate form showed with a border, and the space is really too large, and not at the center. I wonder if it can also be modified by Css. to make the form show in the center with the logo at same level, and without the border, and reduce the form space ?
    if it can be achieved, really appreciated.

    Looking forward to your kindly reply.
    Thanks again.

    Best regards
    Cathy

    #703104

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .gtranslate_wrapper .gt_selector {
        padding: 5px 6px;
         border: none;
            color: black !important;
        margin-bottom: 25px;
    }

    Best Regards,

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