• 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

    (@tanaykhandelwal-1)

    Hello rfpejante,
    Hope you’re well 😉

    First of all you should have a look on this 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.