• Resolved wolfgangkcl

    (@wolfgangkcl)


    Hi, thanks for your great Plugin!
    I have POPUP-Widget.

    I added some CSS to place the wrapper and make background black and color white.

    .gt_switcher_wrapper {top: 9.2em!important; color: white!important; background-color: black!important; }

    And I changed the link-color in the pop-up itself to black like this: .gt_white_content a.glink {color: black!important }

    That worked very well, for the wrapper…

    But now I need the “show in menu” exactly the opposite: with white background and black link-color.

    Please tell me, how can I fix this, so that the colors in the wrapper are different to the colors in “show in menu” ?

    What′s the code to directly adress the “show in menu”?

    Thank you in advance,
    Best regards,
    Wolfgang.

    • This topic was modified 1 month, 1 week ago by wolfgangkcl.

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

Viewing 1 replies (of 1 total)
  • Thread Starter wolfgangkcl

    (@wolfgangkcl)

    Ok, I fixed this by myself.

    Perhaps it′s of any help to somebody, so here′s the code:

    .gt_switcher_wrapper {top: 9.2em!important; color: white!important; background-color: black; border: 0px solid red; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; !important; /* changes the wrapper */}

    .gt_switcher_wrapper a.glink {color: white!important /* Link in the wrapper to white */ }

    .gt_white_content a.glink {color: black!important /* in the pop-up window all links=languages to black */}

    .menu-item-gtranslate {background-color: lightgrey!important; color: black!important; /* in Show in Menu change the background */}

    .menu-item-gtranslate a.glink {color: black!important; /* in Show in Menu change the link color */}

    Have a nice day

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