Tagged: x
-
AuthorPosts
-
September 2, 2016 at 9:12 am #1158503
thatcreativeguyParticipantHow do you add dividers “|” or bullets (bullets are optional) between the navigational links so they can look like this:
Home | About | Our Ministries | Calendar | Contact
Right now, they are just spaced out. Screenshot attached. Thanks!
September 2, 2016 at 11:40 am #1158654
RahulModeratorHey There,
Please add the following CSS under Customize -> Custom -> CSS :
.x-navbar .desktop .x-nav > li:last-child > a { border-right: none; } .x-navbar .desktop .x-nav > li > a { border-right: 1px solid red; }Hope it helps.
September 3, 2016 at 5:07 pm #1159956
thatcreativeguyParticipantThis reply has been marked as private.September 4, 2016 at 1:25 am #1160282
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
September 5, 2016 at 11:05 am #1161845
thatcreativeguyParticipantThis reply has been marked as private.September 5, 2016 at 1:03 pm #1161946
JadeModeratorHi there,
Please try this code:
.x-navbar .desktop .x-nav > li > a:after { content: "|"; position: absolute; right: 0; } .x-navbar .x-nav-wrap .x-nav > li > a { position: relative; } .x-navbar .desktop .x-nav>li:last-child a:after { display: none; }Hope this helps.
September 22, 2016 at 9:52 am #1186476
thatcreativeguyParticipantThis reply has been marked as private.September 22, 2016 at 11:17 am #1186606
JoaoModeratorHi There,
I have tested the code provided by Jade on my installation and it works.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
September 22, 2016 at 4:17 pm #1187019
thatcreativeguyParticipantThis reply has been marked as private.September 22, 2016 at 9:10 pm #1187378
Rue NelModeratorHello There,
I am another staff checking on this thread! I have have tested the code in both two sites and it should have work. With this code:
.x-navbar .desktop .x-nav > li > a:after { content: "|"; position: absolute; right: 0; } .x-navbar .x-nav-wrap .x-nav > li > a { position: relative; } .x-navbar .desktop .x-nav>li:last-child a:after { display: none; }You will have these:


Now it may have not work in one of your site because you have inserted an invalid css in your customizer. Please correct this:

Hope this helps. Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158503 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
