Title: Prob with page&#8230;
Last modified: August 22, 2016

---

# Prob with page…

 *  [HerculesDemo](https://wordpress.org/support/users/herculesdemo/)
 * (@herculesdemo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/)
 * Any help is appreciated!
 * So with the background on this template, the home page is not the FULL CLOUD 
   background it should be.
 * For some reason [http://www.herculesdemolition.com/newsite](http://www.herculesdemolition.com/newsite)
   looks the way it should with the full cloud background on it yet it goes to the
   blog…. now the content is correct on this page [http://www.herculesdemolition.com/newsite/home](http://www.herculesdemolition.com/newsite/home)
 * no idea what I did wrong where its not going to that.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883754)
 * You didn’t do anything wrong, that’s how the theme is designed. Have you tried
   contacting the people who gave this theme to you?
 *  Thread Starter [HerculesDemo](https://wordpress.org/support/users/herculesdemo/)
 * (@herculesdemo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883757)
 * oh… ok… yes and no one writes me back. OF COURSE. it was paid. is there any way
   of fixing this?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883760)
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then install this Custom CSS Manager
   plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications:_
 *     ```
       .content-holder {
           background: none;
       }
       ```
   
 *  Thread Starter [HerculesDemo](https://wordpress.org/support/users/herculesdemo/)
 * (@herculesdemo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883767)
 * yes there is a child theme…
 *  Thread Starter [HerculesDemo](https://wordpress.org/support/users/herculesdemo/)
 * (@herculesdemo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883770)
 * OK! Yes that worked on the home page…. but now its doing it to ALL pages… can
   I get it to go back the way before for all the rest of the pages?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883781)
 * Yes, use this code instead:
 *     ```
       .page-template-page-home .content-holder {
           background: none;
       }
       ```
   
 *  Thread Starter [HerculesDemo](https://wordpress.org/support/users/herculesdemo/)
 * (@herculesdemo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883785)
 * OMG YOUR AMAZING!! It worked.
 * OK! Can you possibly help me with three other issues.
 * 1. The logo clicks to the blog, how can I have it redirect to the HOME.
 * 2. the HOME on menu should be a little picture of the house, its not.
    how do
   I have the HOME be a house….
 * 3. the drop down from ABOUT US on menu that has testimonials is blue and not 
   grey like it should be.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883796)
 * > the drop down from ABOUT US on menu that has testimonials is blue and not grey
   > like it should be.
 * Add this:
 *     ```
       .sf-menu li li > a:hover,
       .sf-menu li li.sfHover > a,
       .sf-menu li li.current-menu-item > a,
       .sf-menu li li.current_page_item > a,
       .sf-menu li li {
           background: none;
       }
   
       .sf-menu li li a {
           border: 0;
       }
       ```
   
 *  Thread Starter [HerculesDemo](https://wordpress.org/support/users/herculesdemo/)
 * (@herculesdemo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883798)
 * do I need to add anything to that because its still blue inside… should be all
   grey with white writing.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883799)
 * Are you working on another page? I can’t see the original fix either; [https://wordpress.org/support/topic/prob-with-page?replies=10&view=all#post-6674080](https://wordpress.org/support/topic/prob-with-page?replies=10&view=all#post-6674080)
 *  Thread Starter [HerculesDemo](https://wordpress.org/support/users/herculesdemo/)
 * (@herculesdemo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883803)
 * oh it looks like it worked now… maybe just took a second to change… and to get
   the font white? not blue?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883804)
 * I don’t understand, I still see the original issues.

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

The topic ‘Prob with page…’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/prob-with-page/#post-5883804)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
