Home Forums WoodMart support forum disable LTR for specific pages

disable LTR for specific pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #253217

    maryamk
    Participant

    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.

    #253267

    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.

    #253271

    maryamk
    Participant

    unfortunately none of these works

    #253286

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #253434

    maryamk
    Participant

    Ok .. these are the credentials

    #253509

    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.

    #254106

    maryamk
    Participant

    it works .. thank you so much

    #254112

    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.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘disable LTR for specific pages’ is closed to new replies.