• 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)
  • 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

    (@razzle0146)

    xxspeedway.com

    Thread Starter razzle0146

    (@razzle0146)

    Can someone please help me as my site is wrecked without these fixes.

    Thread Starter razzle0146

    (@razzle0146)

    Ok I got it all figured out except for the menu highlighting overlapping. Anyone know how to prevent this from happening?

    What do you mean overlapping?

    Thread Starter razzle0146

    (@razzle0146)

    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

    (@razzle0146)

    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

    (@razzle0146)

    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

    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

    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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Char,
    Create your own thread on the issue, this thread is really old and reduces the chance of receiving help.

    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 .

    Please advise.

    @apdj – please start a new thread – as this one is outdated –

    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.