• Resolved sujitshow

    (@sujitshow)


    i am using gtranslate dropdown option, i want to change its back ground color “#ff642d” and text color in white.

    and is it possible to change the button Position like left side in the middle in mobile only?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    You can use the following CSS:

    select.gt_selector. {background-color:#ff642d!important;color:#fff!important}

    You can use the following CSS to configure the position for narrow screens:

    @media screen and (max-width: 992px) {
        .gt_switcher_wrapper {right:0;left:0;margin:0 auto;width:200px}
    }

    Feel free to play with numbers.

    Thanks! ??

    Thread Starter sujitshow

    (@sujitshow)

    nothing happening, i want to change the color of dropdown, text color in white, back ground color #ff642d,

    • This reply was modified 3 months ago by sujitshow.
    Plugin Author edo888

    (@edo888)

    Sorry, there was an extra dot, it should be like this: select.gt_selector {background-color:#ff642d!important;color:#fff!important}

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.