Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1800238
Editor
Closed

Comments

  • mbasuwaidan started the conversation

    Hi there, 

    1. How can I delete the grey line between words? I have tried all different ways in editor but it could not be deleted. 

    2. I want to change menu from LTR to RTL, when I turn the page into mobile version, it comes in different order. I have already tried LTR to RTL.CSS tool but no point. How can I change that manually? 

    Thanks

  •  228
    Milingona replied

    Hi,

    1. You can remove the line between menu items by pasting the following code into Bakery > Custom Code > Custom CSS:

    .vu_main-menu>ul>li {
        border-left: none !important;
    }

    2. To make mobile menu RTL use the following code also in Bakery > Custom Code > Custom CSS:

    .vu_mobile-menu .vu_mm-logo {
       float: right !important;
    }
    .vu_mobile-menu > .text-right {
        text-align: left !important;
    }
    .vu_mobile-menu > ul {
        direction: rtl !important;
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter