• I add the following styles to my entries in the style css to make all links bold prior to visiting:

    .entry a:link{color:#00749E; text-decoration: none; font-weight: bold;}
    .entry a:visited{color:#00749E;text-decoration:none;}
    .entry a:active{color:#00749E;text-decoration:none;}
    .entry a:hover{color:#000;text-decoration:underline;}

    this made the categories and comments links at the bottom bold also. Is there a way to make that section of the entry not bold?

    Thanks,
    Bill
    https://www.stlbites.com

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Make Categories Not Bold?’ is closed to new replies.