The menu bar is too short on mobile device. Could you please tell me how to adjust this so that there is more color showing underneath the text?
I also have set custom colors for the menu, but i would like the arrow to be orange so people see there is a submenu. On desktop it is ok but not on the mobile device. What should i adjust in the css to get it right on mobile?
Hi,
The menu bar is too short on mobile device. Could you please tell me how to adjust this so that there is more color showing underneath the text?
I also have set custom colors for the menu, but i would like the arrow to be orange so people see there is a submenu. On desktop it is ok but not on the mobile device. What should i adjust in the css to get it right on mobile?
Thanks
About the little arrows: I figured this one out: placed this in the custom css:
.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"]{
color: #CF1616!important;
}
Please provide site url so i can write up appropriate custom css in live edit mode.
Thanks
ThemeNectar Support Team
Hey Again!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Hi, this solved the problem: thanks!