• Resolved rashidazhussain

    (@rashidazhussain)


    Hello,

    WEBSITE URL: [ redundant link removed [ redundant link removed ]t

    I want to set a different color for the hyperlink on my “Inquire Now” button on homepage.
    I want the background-color to set as #002663;
    Hover color to set as: #c70006;
    and the text color: #fff

    Kindly advise, how can I do so.

    Thanks & Regards,
    Rashida H.

    • This topic was modified 3 years, 11 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    You can apply following additional CSS as follows:

    a.button.blue.mdc-ripple-upgraded {
    background-color: #002663;
    color: #fff!important;
    }

    a.button.blue.mdc-ripple-upgraded:hover {
    background-color: #c70006;
    }

    I hope this will work.

    Thread Starter rashidazhussain

    (@rashidazhussain)

    Yes. It worked. Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Help Needed for Button’ is closed to new replies.