Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #745752

    Hi guys,

    I have a multilanguage website using Polylang and use the phone-info box for some text. I need to translate this text for the 2nd language.

    As far as I can see my issue is exactly the same as topic https://kriesi.at/support/topic/header-phone-translation/ (#483374). Unfortunately (because no url is mentioned) I cannot have a look to try to find the solution myself.

    Can you please help me to get this done?

    Thanks in advance!

    Regards,
    Monique

    #747525

    Hey Monique,

    I added following code to Quick CSS in Enfold theme options under General Styling tab

    html[lang="en-GB"] .only-nl { display: none !important; }
    html[lang="nl-NL"] .only-en { display: none !important; }

    and inserted your text as following

    Best regards,
    Yigit

    #747539

    Wow Yigit! You’re the best!

    I guess it is ok to move the css into the child theme’s style.css? To keep all css in one palce. Or would you not do that?

    You can flag this topic as solved.

    Thanks a lot!

    Regards,
    Monique

    #747546

    Hi Monique!

    Yes, it is perfectly fine to move the code to style.css file of your child theme.

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    #750095

    Hi Yigit,

    No further questions for now.
    Can you please flag this topic as closed?

    Thanks & have a nice day!

    Regards,
    Monique

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Translate header phone-info’ is closed to new replies.