Home › Forums › All Other Themes › Launch Pro navigation sub-menu
- This topic has 5 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
May 22, 2017 at 2:38 am #72846
Hi Support:
I am using Launch Pro and wonder how to display a sign following a menu item which has sub-menu?
URL: http://hvf.undercon.site/
Menu item About Us should has a sign to indicate it has sub-menu, same situation for Donate.
Thanks
May 22, 2017 at 5:19 am #72851Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .nav ul li.menu-item-has-children::after {content: "\f107"; font-family: fontawesome; font-size: 100%; position: absolute; right: -5px; top: 50%; transform: translateY(-50%);}
Regards,
ChrisMay 22, 2017 at 11:50 pm #73015Hi Chris:
Added the code but still do not see the sign for sub-menu on navigation bar item About Us and Donate.
URL: http://hvf.undercon.site/
Thanks
May 23, 2017 at 8:49 am #73098Hi,
Kindly send us WordPress admin details (Username & Password) via sktthemes.net/contact.
Regards,
ChrisMay 23, 2017 at 2:29 pm #73168Hi Chris:
Trying to send through sktthemes.net/contact and did not work due to Captcha code issue, keyed in many times by following exactly the sample and did not work.
Thanks
May 24, 2017 at 7:31 am #73230Hi,
kindly add this css code it yourself.
Kindly go to Appearance >> Editor >> click editor box and scroll down to bottom of the css add this code there and click update file button.
.header .header-inner .nav ul li.menu-item-has-children::after {content: "\f107"; font-family: fontawesome; font-size: 100%; position: absolute; right: -5px; top: 50%; transform: translateY(-50%);}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.