Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Shekhar Bhandari 1 month, 3 weeks ago.

Assisted by: Shekhar Bhandari.

Author Posts
September 19, 2024 at 8:38 am #16197203

elvisP-4

Background of the issue:
I am trying to fix the menu background color that doesn't show up in the translated Home page. The issue can be seen at hidden link. I expected to see the same background for the menu as in the main language page.

Symptoms:
The menu background color shows fine on other pages but appears clear on the translated Home page.

Questions:
How can I fix the menu background color issue on the translated Home page?

September 19, 2024 at 9:31 am #16197465

Shekhar Bhandari
Supporter

Languages: English (English )

Timezone: Asia/Kathmandu (GMT+05:45)

Hello 🙂

Welcome to WPML support. I'd be happy to help you with this.

It looks like you are adding this colors from theme options, is that correct? Can you change the color once in theme option and see if it helps, I would also suggest to clear the cache.

You can also add this css code directly in WPML->Languages->Languages Switcher options->Additional CSS to fix it, but I would suggest to try the theme options first.

.menu-container.style-color-nhtu-bg.menu-borders {
    background-color: rgba(67,72,66,0.98) !important;
}

Look forward to your reply.

Thanks

October 1, 2024 at 7:03 am #16238532

elvisP-4

Thank you, the CSS code fixed it!