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

Menu

J

Jonas

Template 3 months ago

I am using this template https://www.joomshaper.com/joomla-templates/travelin . The page has two languages ​​activated. In one language, the menu bar buttons on the home page are white, but in the other language they switch to black. How do I make the menu items remain white in both languages, not black? I'm only talking about the home page, everything is fine with the internal pages.

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #197761

Hello Jonas,

Thanks for raeching out to us.

Could you please check now?

Thanks

0
J
Jonas
Accepted Answer
3 months ago #197817

It's good now, thank you. Could you also check the homepage banner on the mobile version? At the moment, the main banner is very stretched – the original image is not as stretched as it appears on the website.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #197818

Use this css in your custom css:

@media (max-width: 767px) {
    .sp-page-builder .page-content #section-id-796bf35e-5482-43bc-92ac-2e9360de5a80 {
        background-size: cover !important;
    }
}

Thanks

0