• Resolved sergiophotography

    (@sergiophotography)


    I’ve installed the gtranslate plugin on my website, how you can see in the images I’ve two menus. In the principal menu (second image) the dropdown background color of the language flags is ok (grey dark color), but in lateral hamburger menu the dropdown background color (first image) of the language flags become white. How can I change the white color to transparent and it blends in with the rest of the menu window dark color? thank you. Sergio

    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 will need something like this, since you have a CSS style which sets white background for .dropdown-menu:

    .menu-item-gtranslate .dropdown-menu {background-color:transparent}

    Thanks! ??

    Thread Starter sergiophotography

    (@sergiophotography)

    @edo888 thank you for your reply, I’ve tried to add the code that you have suggested me, first from wordpress menu>appearance>customize>custom css and after from wp menu>plugins>gtranslate settings>custom css, but both cases the background gtranslate in offcanvas menu is still in white color, nothing change. Have you to suggest me anything else? or am I doing something wrong? thank you for your support.

    Plugin Author edo888

    (@edo888)

    Hi,

    Custom CSS section should do it, you can also place it inside your theme CSS codes somewhere.

    Make sure to clear the website cache after you do that.

    Currently I do not see the change applied anywhere.

    Thanks! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gtranslate Transparent Background’ is closed to new replies.