Tagged: x
-
AuthorPosts
-
December 13, 2016 at 11:49 am #1291597
nedimhazarParticipantHello,
I want the footer menu to have different background colour. So I chose to use the custom menu widget in the footer widget area. I added some css to the child menu stylesheet to make the menu horizontal. However I cannot get rid of the white background behind the text. I would also like to get rid of the arrow beside the current page li and put slashes between the links just like the footer menu (which I left on, just to compare).
Can you please help me?
My development site is: http://xtheme.nedimhazar.com
I am using x-theme 4.6.4 (the latest one)I will send you the site credentials in the next post privately.
Thanks in advance for any help.
Best,
Nedim
December 13, 2016 at 11:50 am #1291599
nedimhazarParticipantThis reply has been marked as private.December 13, 2016 at 2:01 pm #1291749
JoaoModeratorHi There,
Please add the following code :
.x-colophon .widget ul li { background: none; border: none; }Thanks
Joao
December 13, 2016 at 6:04 pm #1291995
nedimhazarParticipantHi and thanks for the css which got rid of the white background.
Can you show me how to get rid of the ”<” on the current item?
Can you also show me how to put ”/” slashes between the menu items like in the original footer menu? See attached image.Best,
Nedim
December 14, 2016 at 12:18 am #1292320
RupokMemberHey Nedim,
Let’s add this under Custom > CSS in the Customizer.
.widget_nav_menu .current-menu-item > a::after { display: none; } .widget_nav_menu .menu-item > a::after { content: "/"; margin: 0 10px; }Hope this helps.
December 14, 2016 at 1:08 am #1292351
nedimhazarParticipantThanks a lot! That did the job!
Nedim
December 14, 2016 at 2:24 am #1292391
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1291597 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
