Currently, I have set up to have two of my menu items display as buttons. They are both red. I would like ‘Schedule a Visit’ to remain red, as displayed… I would like ‘Free Report’ to be white background with red text.
How can I achieve this?
I use the following CSS for the red button:
/* Red Button */
#top .red-button .avia-button.avia-color-dark {
border: 3px solid #8a1b1d;
color: #8a1b1d;
border-color: #8a1b1d;
}