• Resolved azimugv

    (@azimugv)


    How can I indicate the active language. I want English will be a different color by default as it mention the site is in English then change the color when it switch to Bangali and make Bangali the active color.

    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 control it with CSS, for example:

    html[lang="bn"] a[title="Bengali"] {font-weight:bold;}
    html[lang="en"] a[title="English"] {font-weight:bold;}

    This will make the current language link bold. You can also control the color with CSS color parameter.

    Thanks! ??

    • This reply was modified 3 years, 7 months ago by edo888.
    Thread Starter azimugv

    (@azimugv)

    Thanks for your help. But where should I put this? I have added this in custom css but didn’t work for me.

    Plugin Author edo888

    (@edo888)

    Hi,

    You can place it into your theme CSS files or directly inside Widget Code in GTranslate plugin settings page.

    Thanks! ??

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