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

    Nevermind I figured it out!
    HI
    I am using icon boxes on my site and am trying to change the color of the inner icon circle from black to #d6d2c9.
    I am using this code but both the text link and icon link still change to black on hover. How can I make it so the text is black and the icon center is #d6d2c9.

    /*====link and icon color hover====*/
    a:hover {
    color: #000000!important;
    }
    #top .av-icon-char:hover {
        color: #d6d2c9!important;
    }

    thanks for your help,
    Nancy

    #1487992

    Hey Munford,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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