Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
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?
oh… ok… yes and no one writes me back. OF COURSE. it was paid. is there any way of fixing this?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
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
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.content-holder {
background: none;
}
yes there is a child theme…
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
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes, use this code instead:
.page-template-page-home .content-holder {
background: none;
}
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
(@anevins)
WCLDN 2018 Contributor | Volunteer support
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;
}
do I need to add anything to that because its still blue inside… should be all grey with white writing.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
oh it looks like it worked now… maybe just took a second to change… and to get the font white? not blue?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I don’t understand, I still see the original issues.