Header Menu Link/Button Appearance

Hi there,

Long story but I’m rebuilding my site from scratch (and from memory,) and everythings going fine except I can’t get the header menu to look like it did.

I want the menu items to be links but just look like normal header text, however they look like buttons when when hovering over them.

I assume there’s some custom CSS I used previously but I can’t seem to find it and I can’t find anything in the theme options to change their appearance other than the font etc.

Attached a screenshot so you can see on the ‘Home’ button.

Thanks,
Steven

I’ve done something similar on my other site 17ninefilms.com where it’s underlined rather than a button so that would be good as well.

I thought this was the CSS that was doing it on there but it doesn’t seem to do anything:

.x-colophon.bottom {
background-color: #ffffff;
color: #000000;
}

.x-colophon.bottom a {
color: #000000;
}

.x-colophon.bottom a:hover {
color: #81d742;
}

Hello Steven,

Thanks for writing in! Based on the screenshot that you shared, the previous website is using the Icon stack. You can check out the demo here:

You can go to Cornerstone > Theme Options > Stack and change the stack from there.

Best Regards.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.