Title: Remove Underlines on Sidebar
Last modified: August 20, 2016

---

# Remove Underlines on Sidebar

 *  Resolved [K Soma 2013](https://wordpress.org/support/users/k-soma-2013/)
 * (@k-soma-2013)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/)
 * My theme is Twenty Twelve.
    I have Jetpack installed. I want to remove the underlines
   on my sidebar.
 * I went to Appearance Edit CSS; and cut/pasted the code below in JetPack CSS editor
   window . . . however the underlines did not go away.
 * #sidebar a { text-decoration:none; /* disable underline of links on sidebar only*/}
   #
   sidebar a:hover { text-decoration:underline; /* underline links when mouse hovers
   over */}
 * Am I missing a step. I am new to WordPress,JetPack & CSS. Thanks much
 * The blog I need help with is [http://www.katha-soma.com](http://www.katha-soma.com).

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/#post-3320414)
 * Where did you get that code? CSS is theme and site specific so you can’t necessarily
   copy code from someplace else. In this case, there is no id=sidebar on that page.
   Try this:
 *     ```
       .widget-area .widget a {
           text-decoration: none;
       }
       ```
   
 *  Thread Starter [K Soma 2013](https://wordpress.org/support/users/k-soma-2013/)
 * (@k-soma-2013)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/#post-3320435)
 * Theme Twenty Twelve WP version 3.5
    Wow! this worked, underlines are gone.
 * Do you have a code for the sidebar that will reduce the space/padding between
   the pictures and the categories,recent posts,search.
 * [http://www.Katha-Soma.com](http://www.Katha-Soma.com)
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/#post-3320438)
 * Try this:
 *     ```
       .widget-area .widget {
           margin-bottom: 2.42857rem;
       }
       ```
   
 * change the margin setting according to your preference.
 * The best way to find these CSS selectors is using [Firebug](http://getfirebug.com)–
   an addon for Firefox that shows you the CSS that’s affecting an element on the
   page.
 *  Thread Starter [K Soma 2013](https://wordpress.org/support/users/k-soma-2013/)
 * (@k-soma-2013)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/#post-3320539)
 * Hey again
    I tried this:
 * .widget-area .widget {
    margin-bottom: 1.2rem; }
 * I looks to me on IE explorer browser the space did not reduce.
    However on Chrome
   the space did reduced. Is this possible? or perhaps my are my eyes not seeing
   the page clearly.
 * Also when using JetPack CSS editor, do you still recommend a child page. Thanks
   for your patience.
 * [http://www.Katha-Soma.com](http://www.Katha-Soma.com)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/#post-3320540)
 * I think you haven’t cleared the browser, Internet Explorer’s cache.
    The REM 
   style worked for me (bottom-right) [http://snag.gy/MOJvh.jpg](http://snag.gy/MOJvh.jpg)
 * If you’re still experiencing issues, please state which version of Internet Explorer
   you’re using.
 *  Thread Starter [K Soma 2013](https://wordpress.org/support/users/k-soma-2013/)
 * (@k-soma-2013)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/#post-3320579)
 * Thank you, the remove underlines and reduce padding in sidebar is resolved. I
   greatly appreciate your expertise and prompt replies!

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

The topic ‘Remove Underlines on Sidebar’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [K Soma 2013](https://wordpress.org/support/users/k-soma-2013/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/remove-underlines-on-sidebar/#post-3320579)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
