Hey Erskine78!
To get rid of the box-within-a-box thing, you can change the background colour and remove the box-shadow of the menu box like so:
.navbar-inner {
background: #f0f0f0;
box-shadow: none;
}
And then the rest of the header can be changed to match using this:
.tc-header {
background: #f0f0f0;
}
There’s a few different ways you could get rid of the effect for the home page featured items, I think the easiest in this case would be to have a copy of your homepage in your Child Theme (instructions if you aren’t using one already: http://codex.ww.wp.xz.cn/Child_Themes) and remove the “round-div” class from the links.
It would look like this before removing it:
<div class="thumb-wrapper ">
<a class="round-div" title="News" href="http://refundfees.com/the-facts/"></a>
<img class="attachment-medium wp-post-image" width="185" height="240" alt="Empty HOV Lane copy" src="http://refundfees.com/wp-content/uploads/2014/06/Empty-HOV-Lane-copy.jpg">
</div>
And last, but not least, the footer colour can be changed using this:
.colophon {
background: #f0f0f0 !important;
}
Whew! Have fun!
I will give it a go tomorrow. Thanks for your help 🙂
And take a look at the Snippets.
Navbar contains lots about the Navbar.
Thank you all for your help.
I created a child theme. I also was able to fix a few of my concerns.
However, now the pictures on the front look strange when I hover over them. Is there any way to get rid of that awkwardness?
Also, I still can’t move my tagline to the left…
My style.css looks like this:
.social-block {
float: right;
}
.navbar-wrapper .navbar h2 {
float: left;
text-align: left;
}
.navbar-inner {
background: #f0f0f0;
box-shadow: none;
}
.tc-header {
background: #f0f0f0;
}
<div class=”thumb-wrapper “>
<img class=”attachment-medium wp-post-image” width=”185″ height=”240″ alt=”Empty HOV Lane copy” src=”http://refundfees.com/wp-content/uploads/2014/06/Empty-HOV-Lane-copy.jpg”>
</div>
.colophon {
background: #f0f0f0 !important;
}
Thanks in advance!
Also, should I have taken all of the css off the original theme before creating a child theme? Should I do that over again?
Your images need to be changed to 270x250px to work properly. See here
Tagline, did you find these snippets?
Child Theme supplements/adds to the core theme so you must leave the core files as they were when you installed the theme. If not sure, reinstall the Theme.