updated shapely - purple came back - lost my highlight color

Originally had a blue as where all the purple is now on http://staging.m2hpartners.com, and since I updated the Shapely companion, lost the blue accent color. Please provide a css code to enable it to come back as the highlight color and all the links colors. Thank you!

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.feature-1 i, a {
    color: #037dbe;
}

.menu > li ul:hover {
    color: #037dbe;
}

.menu > li > ul li a:hover, .dropdown-menu > .active > a:hover {
    background: #037dbe;
    color: #fff;
}

Best Regards,
Support

Thank you for your quick help! Appreciate all of your time and support. Hope you have a great day as well! :slight_smile: