disable LTR for specific pages
-
Hi .. I need to disable ltr just for menu and home page .. can this be done??
I’m using this code:
body{
direction:ltr !important;
}
but it applies for all pages
can I apply this just for homage and the navigation menu?
I already contacted WPML but they said that LTR is handled by the theme style sheet. not by the WPML or any Plugin.
Hello,
You can try using the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
This will work only for the homepage.
body.home.page-id-3035 {
direction: ltr;
}
For the menu try adding the following Custom CSS in the Global Custom CSS area.
.menu-menu-left-container {
direction: ltr;
}
.menu-menu-right-container {
direction: ltr;
}
Best Regards.
unfortunately none of these works
Hello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
Ok .. these are the credentials
Hello,
Please check your site now after removing the browser cache. I have added the custom CSS code in the Theme Settings >> Custom CSS >> Global Custom CSS section.
Best Regards.
it works .. thank you so much
Most Welcome!!!
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘disable LTR for specific pages’ is closed to new replies.