Sam
(@soumendra)
Hello,
You have added a background image in your site but in the reference site they have added a image to the header, not a background image.
So, instead of background image you need to add an image in header for better result. Please check your theme settings if they provide option for that.
Thank you.
Hello,
Thanks for the reply. That problem has been rectified. How would I change the colour in the header background of my site to the same colour as in the reference site?
Sam
(@soumendra)
Hello,
You can try this in your Custom CSS to change the header background color:
.site-header {
background-color: #69b0e6;
}
You can adjust the color as per your requirement.
Thank you.
Thanks Sam,
Tried that and it worked just fine.
One final question. If i wanted to change the tab section where it has all the sub-sections, what would be the CSS? (Am pretty new to all of this!)
Sam
(@soumendra)
Hello,
You can try this in your Custom CSS for achieving that:
.menu, .menu li {
background-color: #69b0e6;
}
Hope that helps you, feel free to ask if there is any other problem.
Thank you.
Thanks for helping out, Sam, appreciate it!
paaraspatel91 – looks like you’re well on your way to replicating your WordPress.com site. Let us know if you’re all set.
I also just wanted to mention in case it helps anyone else that the Site Logo functionality in Big Brother on a self-hosted site comes by activating the Jetpack plugin, which I see you already discovered. 🙂
Thanks for the help Sam!
That’s really helped in sorting out the site to look like the WordPress.com version.