New Landing How can we help? Cardinal Active/Focus Link Colors being Proceeded by Bootstrap CSS?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #159459
    SmallDogCreative
    Member
    Post count: 55

    Greetings. Here’s a strange one. In the “Meet our Team of Experts” section on the home page at the URL provided (and a few other obscure onsite links), clicking on a team member’s name briefly changes the link color to blue (#2a6496). Checking the css, it appears to be coming from the bootstrap.min.css file, even though there are other rules taking precedence.

    Since I can’t find that color in the customizer, I assume we have no control over it, and I don’t want to force an override over the theme’s precedence or force an !important. Seems like it’s a style precedence issue.

    Any ideas on what is causing this or how to correct it?

    #159741
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    a:visited, a:active{
    color:#6A1F15 !important;
    }

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.