Title: Remove TopBar
Last modified: August 21, 2016

---

# Remove TopBar

 *  Resolved [Kavish Ramessur](https://wordpress.org/support/users/kavish32/)
 * (@kavish32)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/)
 * I want to get rid of the TOPBAR which is above my Logo. Can anyone please help,
   
   Thanks in advance.

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

 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4659905)
 * No sure if this is what you are referring to but anyway if you don’t already 
   have a child theme or a custom.css you should install a plugin like [custom CSS plugin](http://wordpress.org/plugins/custom-css-manager-plugin/)
   then add the following to the custom css area.
 *     ```
       #top-bar {
       display: none;
       }
       ```
   
 *  Thread Starter [Kavish Ramessur](https://wordpress.org/support/users/kavish32/)
 * (@kavish32)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4659925)
 * Thanks a lot for your prompt reply , Salasturation.
    I have done exactly as you
   said. However, there is still a small portion of the topbar which is still visible.
   I really need the topbar to disappear as it is white and my background is black.
   Is there any workaround? Thanks in advance.
 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4659936)
 * add to custom css
 *     ```
       #wrapper {
       padding: 0 20px 10px;
       }
       ```
   
 *  Thread Starter [Kavish Ramessur](https://wordpress.org/support/users/kavish32/)
 * (@kavish32)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4659967)
 * Thank you Salsaturation. You are a life saver!
 * Could you please tell me CSS code for decreasing padding on the Pre-Footer?
    
   Thanks again Salsaturation…
 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4659973)
 * I assume you mean this
 *     ```
       #footer {
       padding: 24px 40px;
       }
       ```
   
 * That’s what it is currently set as
 *  Thread Starter [Kavish Ramessur](https://wordpress.org/support/users/kavish32/)
 * (@kavish32)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4659992)
 * Yes. That’s exactly what I needed. Thanks a lot.
 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4660055)
 * You’re welcome – don’t forget to mark it as resolved
 *  Thread Starter [Kavish Ramessur](https://wordpress.org/support/users/kavish32/)
 * (@kavish32)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4660067)
 * I wanted to modify the speed of the slider. So the Theme Developer told me to
   modify the line of code in functions.php in sugarspice_footer_js() function.
 * `($('.flexslider').flexslider({ directionNav: false, pauseOnAction: false, });`
 * I’ve been looking for this line everywhere in functions.php but I can’t find 
   it. Can you help me with this? I need to locate this line so that I can add slideshowSpeed:
   10000,** to it.**
 * Thanks and yes, as soon as this is solved, I shall mark the thread as resolved.
 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4660086)
 * Best option is to create a new ticket and hopefully the Dev will be able to help
   you
 *  Thread Starter [Kavish Ramessur](https://wordpress.org/support/users/kavish32/)
 * (@kavish32)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4660109)
 * Ok. Cheers!

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

The topic ‘Remove TopBar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/corpo/1.3.2/screenshot.png)
 * Corpo
 * [Support Threads](https://wordpress.org/support/theme/corpo/)
 * [Active Topics](https://wordpress.org/support/theme/corpo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/corpo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/corpo/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Kavish Ramessur](https://wordpress.org/support/users/kavish32/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/remove-topbar/#post-4660109)
 * Status: resolved