Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #245286

    Brock
    Participant

    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?

    #245344

    Lely
    Moderator

    Hello 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.

    #298821

    cheniartj
    Participant

    Is 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

    #299408

    Nico
    Moderator

    Hi There,

    Would you mind sharing us your URL so we could take a closer look on your setup.

    Thank you so much.

    #321437

    GreenGingerMedia
    Participant
    This reply has been marked as private.
    #321440

    GreenGingerMedia
    Participant
    This reply has been marked as private.
    #321450

    Thai
    Moderator

    Hi @greengingermedia,

    Sorry 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.

    #322040

    GreenGingerMedia
    Participant

    Hi Themeco,

    Thank you so much for your quick reply. Works like a charm! Love the new Cornerstone šŸ™‚

    Regards,
    Ding

    #322041

    Rad
    Moderator

    Great to hear that and you’re soo much welcome šŸ™‚