Logo In Multilanguage Site - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Logo In Multilanguage Site

A

alejoomlashaper

Template 4 months ago

Hello, I have a multilanguage site; the problem is that in English pages the logo link takes you to the Italian homepage. How can I fix? Thank you. Milo

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #195394

Ciao Milo.

In that template it will not be easy to change that, it doesn't have that option as Helix Ultimate and new templates. Much easier will be just disable link from logo.

If 2nd option, use that Custom CSS

#sp-header .logo > a {
  cursor: default; pointer-events: none; }

Of course, You can use it only on English pages, then use only that:

.en-gb  #sp-header .logo > a {
  cursor: default; pointer-events: none; } 
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 months ago #195395

Hello alejoomlashaper,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. Please follow this article to set up a multilingual site. Make sure that you have followed every step.

Best regards

0
A
alejoomlashaper
Accepted Answer
4 months ago #195439

Ciao Paul; ok, your solution is good for me, I disable only english logo link. Thank you very much!

Hi Ofi Khan; my multilingual site works fine, there is only this little issue. Thank you for your answer.

Milo

0