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?
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
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