Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #651673

    How do I correct the hover color for “drop us a message” on this page? Other links are working fine, only this link is not changing color.

    Thank you.

    #651678

    Hey limyj0923,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color a strong:hover {
        color: red !important;
    }
    

    Best regards,
    Jordan

    #651679

    Hey limyj0923!

    Can you please edit the area there, and take the strong / bold element through HTML to be outside the link?

    That will fix the problem.
    Thanks a lot

    Regards,
    Basilis

    #651700

    Thanks guys,

    It worked :) Thanks for the quick support.

    #651924

    Hi,

    Glad to hear that it worked! Feel free to reach out to us again with any other issues you may experience.

    Best regards,
    Jordan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘link hover color not changing’ is closed to new replies.