Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #765755

    Hi

    I want to change the link color in the widget area (sitemap etc.)

    It is working fine with the code below, except form a:active.

    .sidebar a:link {
    color: yellow ! important;
    }

    .sidebar a:visited {
    color: yellow ! important;
    }

    .sidebar a:hover {
    color: red ! important;
    }

    .sidebar a:active {
    color: blue ! important;
    }

    Do anyone have a idea why?

    #765760

    Hey Peter!

    Can we please take a look at your web site?
    It will help us debug

    Regards,
    Basilis

    #765763

    I have send your the URL in Private Content.

    #765847

    Hi,

    When you are referring to :active do you mean the current page should be color blue (in sidebar of sitemap)?

    Best regards,
    Nikko

    #765969

    Hi Nikko

    Yes, in the example, the link should be blue when the visitor is on (reading) the page.

    /Peter

    #766531

    Hi,

    Try adding this css code:

    #top .sidebar .current_page_item > a {
        color: blue;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #767421

    Hi Nikko

    It works!
    Thank you very much.

    /Peter

    #768482

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.