Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1025773

    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;
    }

    #1025806

    Hey Beth,
    Please try this code in the General Styling > Quick CSS field:

    #menu-item-1967 .avia-menu-text {
    background-color: #fff !important;
    color: #8a1b1d !important;
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.