• Resolved thethirdck

    (@thethirdck)


    My link to Previous Entries or Next Entries are in different fonts than the rest of all of my pages. Anyone have any idea why this might be happening?

    The navigation code looks like this:

    <!– Navigation –>
    <div class=”navigation”>
    <div class=”alignleft”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
    <div class=”alignright”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
    </div>
    <!– /Navigation –>

    The blog is [freshly served] HipHop

Viewing 2 replies - 1 through 2 (of 2 total)
  • stvwlf

    (@stvwlf)

    Hi

    Find this code around line 273 in style.css I changed the first line in both sections so it includes your navigation links – the new part is adding .navigation a to the line, plus the comma before it

    #content .post .post-entry a, .navigation a {
       font: bold 13px "Trebuchet MS";
       color: #0078FF;
       text-decoration: none;
    }
    
    #content .post .post-entry a:hover, .navigation a:hover  {
      font: bold 13px "Trebuchet MS";
      text-decoration: underline;
    }
    Thread Starter thethirdck

    (@thethirdck)

    thank you very much

    worked like a charm

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

The topic ‘Previous/Next Entries Font Problem’ is closed to new replies.