New Landing How can we help? Themeforest Theme Support Dante Footer Navigation Font Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #323578
    tsimarketing
    Member
    Post count: 267

    I have a custom menu in my footer. When I hover, the font color changes from white to blue however on-click the font color changes to black. I’ve attempted to change the navigation font color, but it was unsuccessful. Advice?

    #323675
    David Martin – Support
    Moderator
    Post count: 20834

    You can use the :focus CSS attribute.

    Ex:

    #footer a:focus {
      color: red;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.