Forums

One Archive Header different than the others (2 posts)

  1. klapin
    Member
    Posted 1 year ago #

    On the homepage of my website, http://www.kevinlapin.com, based on the f8 static theme, I have three Archive excerpts. The title of one of them, About, is showing up as a blue and underlined link. I'm not sure why as the other two are not. Can someone help me remove this formatting?

    In the home.php file, these are referred to as h2 class style links, as in: <h2 class="archive-header"><a href="http://kevinlapin.com/about/" title="about">About</a></h2>

    I'm not sure where the archive-header is defined, nor why "About" is appearing differently than "Blog & Media" and "Theater".

    Thanks,
    Kevin

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    All three are blue for me. That's the color set for all unvisited links in style.css:

    a:link {
        color: #0000FF;
        text-decoration: underline;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic