Archived topic
Buttons and header
1 reply · Started by Damon on March 11, 2019
Hi, I’m having two styling issues. Wondering if you can help:
- I can t seem to get the square buttons I want. Only round. Is there a trick to this?
- I want logged out users to see a full nav, without switching to the hamburger toggle.
Any guidance is appreciated. Thank you!
Hi there,
Looks like you have this CSS added?
input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
line-height: inherit;
letter-spacing: 1px;
border-radius: 6px;
transition: all 0.6s ease 0s;
}
As for the second question, maybe a plugin like this?
https://wordpress.org/plugins/user-menus/
https://wordpress.org/plugins/nav-menu-roles/