Title: CSS help
Last modified: August 20, 2016

---

# CSS help

 *  Resolved [Taneya](https://wordpress.org/support/users/taneya/)
 * (@taneya)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/css-help-23/)
 * Hello. I am using the theme Witcher World ([http://wordpress.org/extend/themes/witcher-world](http://wordpress.org/extend/themes/witcher-world)).
 * Can someone tell me how to change the CSS so that a) the hyperlinks on a post
   or page will be underlined and b) the hyperlinks in sidebar 1 will be underlined.
 * I really have very limited experience with CSS besides tweaking a few lines here
   and there.
 * Thank you for any help you can offer.
 * Taneya
    _[ email redacted ]_

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

 *  [Sugar Apple](https://wordpress.org/support/users/blacklizt/)
 * (@blacklizt)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/css-help-23/#post-2688306)
 * open style.css in your theme folder and add
 *     ```
       #content .entrytext a,
       #leftsidebar a {
       	text-decoration:underline;
       }
       ```
   
 * on the last line, under `#commentform input{display:block;}`
 * it will make any links/hyperlinks inside post area and sidebar 1 (left sidebar)
   underlined.
 *  Thread Starter [Taneya](https://wordpress.org/support/users/taneya/)
 * (@taneya)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/css-help-23/#post-2688318)
 * oooh! sorry. i meant to include the link
 * [http://www.tngenweb.org/gibson2](http://www.tngenweb.org/gibson2)
 *  Thread Starter [Taneya](https://wordpress.org/support/users/taneya/)
 * (@taneya)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/css-help-23/#post-2688319)
 * yeah!! Thank you blacklizt – that worked!!!
 *  [Sugar Apple](https://wordpress.org/support/users/blacklizt/)
 * (@blacklizt)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/css-help-23/#post-2688324)
 * your welcome.

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

The topic ‘CSS help’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [Sugar Apple](https://wordpress.org/support/users/blacklizt/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/css-help-23/#post-2688324)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
