• Resolved newbieken

    (@newbieken)


    Hi

    I want to change my background color to black and the text to white color. If possible I want to make the box smaller. How can I make it ? I have tried css but it doesn’t work. https://imgur.com/a/Qlu7epE

    Thank you

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

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

    (@edo888)

    Hi,

    I see you are using Float widget look and you have placed it inside a tight area. The Float look is designed mainly to be used with Show floating language selector option.

    If you want it to look fit your design, maybe you better use Show in menu option with Flags and language names widget look, in that case there will be no need to customize.

    If you still want to stick to Float look and change the background color you can use: .gt_float_switcher .gt-selected {background-color:#000!important}, text color: .gt_float_switcher .gt-selected .gt-lang-code {color:#fff!important}

    Changing the size is tricky and I will not be able to help you, since it requires a lot of adjustments to CSS and also JS to keep the effects working.

    Thanks! ??

    Thread Starter newbieken

    (@newbieken)

    Hi,

    Thank you it works.

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