Title: Raindrops Theme
Last modified: August 20, 2016

---

# Raindrops Theme

 *  [razzle0146](https://wordpress.org/support/users/razzle0146/)
 * (@razzle0146)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/)
 * I am currently using the RainDrops Theme and I want to
    1. Remove the Page Titles
   from the pages. 2. Center the header menu. 3. Increase the font of the header
   menu. 4. Increase the spacing in the header menu so it spaces itself from the
   left to the right to both edges.
 * Any help would be appreciated. I have searched and searched for the answer but
   cannot find it.
 * Thnak You

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782195)
 * All of those are possible with CSS, but unless you post a link to your site, 
   no one can give you any specific help.
 *  Thread Starter [razzle0146](https://wordpress.org/support/users/razzle0146/)
 * (@razzle0146)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782197)
 * xxspeedway.com
 *  Thread Starter [razzle0146](https://wordpress.org/support/users/razzle0146/)
 * (@razzle0146)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782200)
 * Can someone please help me as my site is wrecked without these fixes.
 *  Thread Starter [razzle0146](https://wordpress.org/support/users/razzle0146/)
 * (@razzle0146)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782202)
 * Ok I got it all figured out except for the menu highlighting overlapping. Anyone
   know how to prevent this from happening?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782204)
 * What do you mean overlapping?
 *  Thread Starter [razzle0146](https://wordpress.org/support/users/razzle0146/)
 * (@razzle0146)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782214)
 * when your on a certain page like home, the text home is highlighted with a darker
   color to show that you are on that page, but it overlaps to the next menu item
   and I dont want that to happen.
 *  Thread Starter [razzle0146](https://wordpress.org/support/users/razzle0146/)
 * (@razzle0146)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782215)
 * You can see it here
    [http://www.xxspeedway.com/images/menu.jpg](http://www.xxspeedway.com/images/menu.jpg)
 *  [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782361)
 * Hi razzle0146
 * Please try below style rules.
 * Paste the below rules where style.css last line.
 * > 1. Remove the Page Titles from the pages.
 * -1. hide only title
 *     ```
       .page #hd > .h1 a{
       display:none;
       }
       ```
   
 * -2. hide the title and block
 *     ```
       .page #hd{
       display:none;
       }
       ```
   
 * > 2. Center the header menu
 * `div.menu{width:80%;margin:auto;}`
 * > 3. Increase the font of the header menu.
 *     ```
       div.menu li a{
       	font-size:20px;
       }
       ```
   
 * > 4. Increase the spacing in the header menu so it spaces itself from the left
   > to the right to both edges.
 *     ```
       #access a {
       	display: block;
       	line-height: 3em;
       	padding: 0 0;
       	min-width:200px;
       	border:1px solid red;
       	text-align:center;
       }
       ```
   
 * I am sorry to be poor at English.
 * Thank you
 *  Thread Starter [razzle0146](https://wordpress.org/support/users/razzle0146/)
 * (@razzle0146)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782369)
 * nobita, thank you for your response… All is fixed except this:
 * The menu highlighting overlapping. Anyone know how to prevent this from happening?
 * You can see what I mean here:
    [http://www.xxspeedway.com/images/menu.jpg](http://www.xxspeedway.com/images/menu.jpg)
 *  [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [14 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782390)
 * Hi razzle0146
 * Please show me your website.
 *     ```
       #access a {
       	display: block;
       	line-height: 3em;
       	padding: 0 0;
       	min-width:200px;
       	border:1px solid red;
       	text-align:center;
       }
       ```
   
 * Did you change min-width value and check change?
 * Thank you
 *  [Ceecee](https://wordpress.org/support/users/chargalli/)
 * (@chargalli)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782419)
 * Hi I’m trying to remove page titles also. My
    site is charlottegalli.us
 * I copy & pasted
    .page #hd > .h1 a{ display:none; } in the css.style sheet last
   line, but nothing changed, titles are still there. Could you let me know how 
   to make this work?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 5 months ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782420)
 * Char,
    Create your own thread on the issue, this thread is really old and reduces
   the chance of receiving help.
 *  [Dennis J](https://wordpress.org/support/users/apdj/)
 * (@apdj)
 * [13 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782427)
 * After the latest update of Raindrops (1.118), my left-pane menu bar has disappeared
   and left no acces to some of my pages at [http://www.aperfectdj.com](http://www.aperfectdj.com).
 * Please advise.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782428)
 * **[@apdj](https://wordpress.org/support/users/apdj/)** – please start a new thread–
   as this one is outdated –
 * [http://wordpress.org/support/theme/raindrops#postform](http://wordpress.org/support/theme/raindrops#postform)

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

The topic ‘Raindrops Theme’ is closed to new replies.

 * 14 replies
 * 6 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/raindrops-theme-2/#post-2782428)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
