Title: Bottom status bar
Last modified: August 21, 2016

---

# Bottom status bar

 *  Resolved [Luigi Rosa](https://wordpress.org/support/users/lrosa/)
 * (@lrosa)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/bottom-status-bar/)
 * Hi,
    is there a way to configure the bottom status bar of the latest version 
   of raindrops? I mean: content of the bar, size, on/off.
 * Thank you.

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/bottom-status-bar/#post-4876137)
 * Hi lrosa
 * **On Off **
 * functions.php line:99
 *     ```
       $raindrops_status_bar = true;
       ```
   
 * If you no need, add functions.php or childtheme/functions.php first line(`<?php`
   before );
 *     ```
       $raindrops_status_bar = false;
       ```
   
 * maybe hide status bar.
 * **Display style( size )**
 * see at style.css
 *     ```
       .raindrops-status-bar-active
       #raindrops_status_bar
       ```
   
 * **hook and action**
 * see at functions.php line:6877
 *     ```
       function raindrops_status_bar()
       ```
   
 * Thank you.
 *  Thread Starter [Luigi Rosa](https://wordpress.org/support/users/lrosa/)
 * (@lrosa)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/bottom-status-bar/#post-4876138)
 * Thank you for your answer, that solved my problem.

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

The topic ‘Bottom status bar’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Luigi Rosa](https://wordpress.org/support/users/lrosa/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/bottom-status-bar/#post-4876138)
 * Status: resolved