Title: How do I BOLD a hyperlink?
Last modified: August 18, 2016

---

# How do I BOLD a hyperlink?

 *  Resolved [jayjerome](https://wordpress.org/support/users/jayjerome/)
 * (@jayjerome)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/)
 * I’m using Theme Nerima Daikon 3c, but the ‘hyperlinks’ I embed in written posts
   don’t stand out very well visually. I want to show them in bold, but presently
   all the ‘links’ in the theme, including those shown in the sidebars (Meta, Pages,
   Feeds, Recent Posts, etc), are controlled by the style sheet css code shown under:
   ‘
   a, a:visited, a:active.’
 * I can add the command ‘font-weight: bold’ to that selector, but again, that makes
   all the links bold. I only want to bold the hyperlinks, not the others. Can anyone
   tell me what code to add, and where?
 * My blog is at ‘www.jayjerome.com’ if you need to see the page source.

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

 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/#post-435623)
 * Find what selectors surround your post/entry area, then write a specific selector
   for that link; for instance, if your post/entry area is .post .storycontent, 
   then your link selector would look like this:
 * `.post .storycontent a {
    font-weight:bold; }
 *  [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * (@tsguitar)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/#post-435624)
 * All of your links are hyperlinks. Those two terms are the same (“link” is merely
   a shortened version of “hyperlink”).
 * You want this in your CSS:
    `#contents a { font-weight: bold; }
 * That should do the trick and only affect those links in your entries.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/#post-435625)
 * _I only want to bold the hyperlinks, not the others._
 * What links are not “hyperlinks”?
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/#post-435626)
 * You could try being more selective in the application of style:
 * `div.post-content a, div.post-content a:hover, div.post-content a:visited, div.
   post-content a:active {
    font-weight: 700; }
 * (example, don’t just cut and paste ;’)
 *  Thread Starter [jayjerome](https://wordpress.org/support/users/jayjerome/)
 * (@jayjerome)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/#post-435643)
 * tsguitar: thanks, your suggestion worked perfectly!
 * and moshu– as to what links are not ‘hyperlinks’ would those be blithelinks? …
   just kidding… and slowly improving my tech vocabulary
 *  [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * (@tsguitar)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/#post-435646)
 * Great. Can you mark this “Resolved,” please? Thanks.

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

The topic ‘How do I BOLD a hyperlink?’ is closed to new replies.

## Tags

 * [hyperlink](https://wordpress.org/support/topic-tag/hyperlink/)

 * 6 replies
 * 5 participants
 * Last reply from: [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * Last activity: [19 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-bold-a-hyperlink/#post-435646)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
