• Resolved cleve

    (@elfinh)


    Hello,

    How can I hide certain function in CSS if it switch to specific language ?

    for example I want to hide “search” function in english language and I put in CSS:
    html[lang="en"] .top-panel .wrap-search form{display:none!important;}
    but above CSS code not working and still appear in the website.
    Any suggestion to solve this issue ?

Viewing 1 replies (of 1 total)
  • Dragos

    (@dragosvrejiu)

    Hello,

    Please check the html to see the language.(It is usually en-US)
    We also have a body class :translatepress-en_US.

    Let me know how this goes.

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding function for specific language.’ is closed to new replies.