Comments humananimal started the conversationMarch 18, 2020 at 10:19amHi Cool Support!Quick question please...Those bottom arrows, next to menu items, on an RTL set theme, should they move automatically to the other side (so they are to the left of the text)?My theme is RTL now but they're still on right... Is there a way to change it via settings that I have missed maybe?THANK YOU :)humananimal repliedMarch 18, 2020 at 10:19amhttps://imgur.com/nJ9TRDJ 2,700PenciDesign repliedMarch 18, 2020 at 1:35pmHi,Please try add more this code to Customize > Custom CSS to do that: body.rtl #navigation ul.menu > li.menu-item-has-children > a:after, body.rtl #navigation .menu > ul > li.menu-item-has-children > a:after, body.rtl #navigation ul.menu > li.penci-mega-menu > a:after, body.rtl #navigation .menu>ul>li.penci-mega-menu>a:after{ float: left; margin: 0 5px 0 0; }Best Regards,PenciDesign1 Likemnarine repliedMay 21, 2020 at 11:10pmCan you provide custom CSS to hide that arrow altogether, pls? 2,700PenciDesign repliedMay 22, 2020 at 3:20amHi, Please try add more this code to Customize > Custom CSS to do that: body.rtl #navigation ul.menu > li.menu-item-has-children > a:after, body.rtl #navigation .menu > ul > li.menu-item-has-children > a:after, body.rtl #navigation ul.menu > li.penci-mega-menu > a:after, body.rtl #navigation .menu>ul>li.penci-mega-menu>a:after{ content: none; display: none; } Best Regards, PenciDesignmnarine repliedMay 22, 2020 at 3:37amUnfortunately that didn't seem to work. I just copy and paste in the custom CSS section right? I did that but still displays. any other recommendations? 2,700PenciDesign repliedMay 22, 2020 at 3:14pmHi,Please try again with this code: #navigation ul.menu > li.menu-item-has-children > a:after, #navigation .menu > ul > li.menu-item-has-children > a:after, #navigation ul.menu > li.penci-mega-menu > a:after, #navigation .menu > ul > li.penci-mega-menu > a:after{ content: none; display: none; } Best Regards,PenciDesign1 Likemnarine repliedMay 22, 2020 at 4:30pmthat worked perfectly. Sign in to reply ...
Hi Cool Support!
Quick question please...
Those bottom arrows, next to menu items, on an RTL set theme, should they move automatically to the other side (so they are to the left of the text)?
My theme is RTL now but they're still on right... Is there a way to change it via settings that I have missed maybe?
THANK YOU :)
https://imgur.com/nJ9TRDJ
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Can you provide custom CSS to hide that arrow altogether, pls?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Unfortunately that didn't seem to work. I just copy and paste in the custom CSS section right? I did that but still displays. any other recommendations?
Hi,
Please try again with this code:
Best Regards,
PenciDesign
that worked perfectly.