-
AuthorPosts
-
April 9, 2015 at 12:07 am #245286
Is it possible to change the navbar color in the Icon Stack like you can in the Renew Stack?
Is it possible to remove the circle around the chosen menu item in the Icon Stack?
April 9, 2015 at 2:03 am #245344Hello Brock,
1. Yes it is, the thread on this link might help you:https://theme.co/x/member/forums/topic/changing-nav-bar-color/
2. Yes, a few css customization can do that. If you can give us a link and more elaborate description we can help you.
Cheers.
June 11, 2015 at 3:38 am #298821Is it possible to remove the circle around the chosen menu item in the Icon Stack?
I would like some help to do this as well. Can you please provide a css code please.
Thanks
June 11, 2015 at 4:43 pm #299408Hi There,
Would you mind sharing us your URL so we could take a closer look on your setup.
Thank you so much.
July 5, 2015 at 9:55 am #321437This reply has been marked as private.July 5, 2015 at 9:59 am #321440This reply has been marked as private.July 5, 2015 at 10:31 am #321450Sorry with reference to my earlier post, how do I apply some padding to the top of the menu navbar? Not the entire header, the navbar links are a little too close to the top.
=> Please navigate to Appearance > Customize > Header > ALIGNMENT > Navbar Top Link Alignment (px):
Iām using an Icon Stack for my website http://www.coombsbc.com.au
I would like to change the background colour on the menu navbar and footer.
I also want to take out oblong outline around the link hover on the menu navbar as well.Try adding following CSS under Appearance > Customize > Custom > CSS:
.x-navbar { background-color: #E8E8E8; } .x-navbar .desktop .x-nav>li>a:hover>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span { border-color: transparent; } .x-colophon.bottom { background-color: #E8E8E8; }
Hope it helps.
July 6, 2015 at 4:29 am #322040Hi Themeco,
Thank you so much for your quick reply. Works like a charm! Love the new Cornerstone š
Regards,
DingJuly 6, 2015 at 4:30 am #322041Great to hear that and you’re soo much welcome š
-
AuthorPosts