• Resolved jesussandoval

    (@jesussandoval)


    Hello, is it possible to customize the button for the language switcher with css?

    I would like it to be like the quotation one.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dragos

    (@dragosvrejiu)

    Hello,

    Thank you for reaching out to us!

    You can do that with a bit of CSS that you can add via your Customizer interface: WordPress -> Appearance -> Customize -> Additional CSS

    Then add this css to it:
    .trp-ls-shortcode-language{
    border:0px;
    }

    Best regards,

    Thread Starter jesussandoval

    (@jesussandoval)

    I tried this but it didn’t work 🙁

    Dragos

    (@dragosvrejiu)

    Hello,

    Can you try replacing it with the following?

    .trp-ls-shortcode-language{
    border:none !important;
    }
    .trp-ls-shortcode-current-language{
    border:none !important;
    }
    .trp-ls-shortcode-language a:hover{
    background:none !important;
    }
    .trp-ls-shortcode-current-language a:hover{
    background:none !important;
    }

    It should eliminate the border and the grey background when hovering.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customize Language Switcher with CSS’ is closed to new replies.