Title: Sidebar customization
Last modified: September 2, 2020

---

# Sidebar customization

 *  [jessicaholroyd](https://wordpress.org/support/users/jessicaholroyd/)
 * (@jessicaholroyd)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/sidebar-customization-5/)
 * Hello!
 * Hoping someone can help with some CSS for the sidebar of my website! I have used
   the Easy Sidebar widget.
 * – I’m trying to get rid of those lines between the menu items, but I’ve tried
   loads of different CSS and nothing works.
    -I’d also ideally like to make the
   menu text bolder too. – I’d like the sub menu underneath ‘FILMS’ and ‘MUSIC VIDEOS’
   to appear when the mouse is hovered over the FILMS and MUSIC VIDEOS tab, rather
   than the user having to click the arrow. Or alternatively when you click on FILM
   or VIDEO – the way I got around these being pages was by making them custom links
   that go nowhere but it confuses the user into thinking they go somewhere.
 * Thank you!!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsidebar-customization-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hzlateska](https://wordpress.org/support/users/hzlateska/)
 * (@hzlateska)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/sidebar-customization-5/#post-13358180)
 * Hey,
 * These questions are not theme related, you should ask Easy Sidebar author about
   these, but I’ll try to help as much as I can 🙂
 * 1) If there isn’t an option available in the Easy Sidebar plugin, you should 
   be able to remove the bottom border with this CSS:
 *     ```
       #page .widget_easy_sidebar_menu_widget li.menu-item {
         border-bottom: 0;
       }
       ```
   
 * 2) You can use the same selector for making the text bolder and bigger:
 *     ```
       #page .widget_easy_sidebar_menu_widget li.menu-item {
         font-weight: 600;
         font-size: 16px;
       }
       ```
   
 * 3) This really isn’t something I can help you with. The functionality of the 
   sidebar is completely controlled by the plugin and not the theme.
 * I hope that helped at least a little bit.
 * Thanks!
 *  Thread Starter [jessicaholroyd](https://wordpress.org/support/users/jessicaholroyd/)
 * (@jessicaholroyd)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/sidebar-customization-5/#post-13368945)
 * Thanks for your response, unfortunately, the CSS didn’t work for the first two,
   but I appreciate your help, especially as this is a separate widget!

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

The topic ‘Sidebar customization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sinatra/1.4.1/screenshot.jpg)
 * Sinatra
 * [Support Threads](https://wordpress.org/support/theme/sinatra/)
 * [Active Topics](https://wordpress.org/support/theme/sinatra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sinatra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sinatra/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [jessicaholroyd](https://wordpress.org/support/users/jessicaholroyd/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/sidebar-customization-5/#post-13368945)
 * Status: not resolved