Set "header-right a" active link color

Home Forums Omega Child Set "header-right a" active link color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2249
    roanna.sold
    Participant

    Hello and thanks to anybody for their help.
    And thank you Han for the Church theme.

    I have links in the header-right area of the church theme.
    I already set their color and hover color, but despite my different tries I cannot find a way to make the active link the same color of the hover color.

    I tried the following CSS code without success:

    .header-right:active{
    color:#666666;
    }

    Again, thanks for any help 🙂

    Roanna

    #2251
    ckubs
    Participant

    It shouldn’t be:

    .header-right a:active{
    color:#666666;
    }

    to target the links?

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

You must login to reply to this topic.