Title: Sidebar
Last modified: August 30, 2016

---

# Sidebar

 *  [rfpejante](https://wordpress.org/support/users/rfpejante/)
 * (@rfpejante)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/sidebar-131/)
 * Hi,
 * How to disable or edit the sidebar css? i don’t want to use sidebar because it
   is not needed in my site.
 * The previous version of the theme. i could edit the sidebar css with out any 
   problem. but, after the update. i couldn’t find the right class or id. i have
   tried to edit it but it will ruin my site.
 * any advice?
 * thanks

Viewing 1 replies (of 1 total)

 *  [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * (@tanaykhandelwal-1)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/sidebar-131/#post-6595113)
 * Hello rfpejante,
    Hope you’re well 😉
 * First of all you should have a look on this [Child_Themes](https://codex.wordpress.org/Child_Themes)
   and I will recommend you to use this so that your changes doesn’t get loss again.
 * Now, the the parent most id is
 *     ```
       #sidebar
       ```
   
 * other than above id you can use class
 *     ```
       /* general for all widgets */
       .ske-container
   
        /* particular for footer widgets*/
       .ske-footer-container.ske-container
       ```
   
 * with the particular widget class which wp adds by default.
 * For example if you want to customize the category widget use
 *     ```
       .ske-container.widget_categories
       ```
   
 * or if the above one doesn’t work then try with
 *     ```
       #sidebar .ske-container.widget_categories
       ```
   
 * Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)

The topic ‘Sidebar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/advertica-lite/1.0.11/screenshot.
   png)
 * Advertica Lite
 * [Support Threads](https://wordpress.org/support/theme/advertica-lite/)
 * [Active Topics](https://wordpress.org/support/theme/advertica-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/advertica-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/advertica-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/sidebar-131/#post-6595113)
 * Status: not resolved