I would like to style the Extra Elements in the section above the Header/Nav to be buttons. I have selected to display a Secondary Menu there and would like the two links to display like a Button I have used in the Main Header/Navigation previously. Is this possible? I have selected Button Style Colored in the Menu Style option where I created the menu, but this does not work. If you can please help with a suggestion for creating a button in this Extra Elements section above the header I appreciate it.
Hey Eric,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta li a {
border: 2px solid #000;
padding: 5px;
}
Best regards,
Rikard
Thank you!