Yes I removed the forums tabDid you remove the forums tab manually? The way XF approaches the header by default is kind of tricky, it's essentially added space for the sub-nav.
Our premium version of the style would correct this as we approach it slightly different and don't show the added space if there's no sub-nav.
You could try installing this, it's a simple modification that gets rid of the "headerProxy" which is the spacing adjustment by XenForo.
How do I replace the green with the background image of the website?
![]()
.bottomHelper { display: none; }
Your awesome that worked perfect.Just hide the bottom div, use extra.css and place this:
Code:.bottomHelper { display: none; }
Should remove it for you.
Thanks so much @Gregory Lynn! I truly appreciate the vote of confidence. But I might say that I think you've done a superb job in customizing the XF color scheme to match the WP frontend. The graphics look really great onsite. Just one thing if I may though. Your search form on the XF install has a kinda greyed-out placeholder. Use the following code to change the color so it doesn't blend in to the green. Add this to your EXTRA.cssI just want to show you have I have done with this skin. https://www.themcnation.com/forum. And you can see the full website at https://www.themcnation.com. I am running a free wordpress skin and your Flat Awesome skin and they blend almost seamlessly.
P.S. all the customization was done by PoetJC @:JacquiiDesigns.com. I am on disability and I don't have a lot of money and she gave me a fair price that I was more than happy with. And she works with all budgets, hit her up if you want your website to look awesome.
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #ffffff;
font-weight:bold;
font-style: normal;
}
::-moz-placeholder { /* Firefox 19+ */
color: #ffffff;
font-weight:bold;
font-style: normal;
}
:-ms-input-placeholder { /* IE 10+ */
color: #ffffff;
font-weight:bold;
font-style: normal;
}
:-moz-placeholder { /* Firefox 18- */
color: #ffffff;
font-weight:bold;
font-style: normal;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.