Tagged: cornerstone
-
AuthorPosts
-
November 18, 2016 at 3:57 am #1262313
Hi there,
I’m working on a site and would like to have a similar menu:
http://demo.oceanthemes.net/archi/header-bottom-light/
here, there are these orange dots between the nav items. Is there a way to have this effect with X?
Thanks!
November 18, 2016 at 4:21 am #1262327Hi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-navbar .desktop .x-nav>li:after { font-family: "FontAwesome"; content: "\f111"; position: absolute; right: -3px; top: calc(50% - 8px); font-size: 8px; }
Hope that helps.
November 18, 2016 at 7:56 am #1262509Hi there, I added the code but unfortunately it does not make anything happen. Do I need to install some sort of plugin, or should this work out of the box?
November 18, 2016 at 10:04 am #1262653HI there,
Would you mind providing the URL of your site so that we can check it?
Thank you.
November 19, 2016 at 4:35 am #1263498This reply has been marked as private.November 19, 2016 at 5:05 am #1263509Hi there,
Please update your code in customizer to :
.x-navbar .desktop .x-nav>li>a>span { border:none; } .x-navbar .desktop .x-nav>li:after { font-family: "FontAwesome"; content: "\f111"; position: absolute; right: -3px; top: calc(50% - 8px); font-size: 8px; }
Hope it helps.
November 21, 2016 at 3:06 am #1265050Thank you so much!
November 21, 2016 at 3:14 am #1265054You’re welcome.
November 21, 2016 at 4:30 am #1265141Sorry, one more quick question:
How do I remove the last dot, after kapcsolat? (there is no need for one after the last menu item)
Thanks!
November 21, 2016 at 4:34 am #1265150Hi There,
Please use this custom CSS to remove the dot at the last item in the menu:
.x-navbar .desktop .x-nav>li:last-child:after { content: ''; }
Hope this helps.
November 21, 2016 at 4:40 am #1265159Great thanks! I need to up my game. 🙂
November 21, 2016 at 4:46 am #1265164You’re welcome!
Cheers!
-
AuthorPosts