In your stylesheet, there’s this info:
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
So I would add the style for the background in the custom.css.
Just add body {background:#FFF;}
The menu in the footer is a lot more work and means totally modifying the theme. It’s also not a good idea. Having a menu at the top is what people expecting. By putting it at the bottom, you’ll just confuse your users.
Thread Starter
rsuri
(@rsuri)
Thanks and you were right, the menu is better at the top
But how do I remove the header at the top which has the word ‘General’ (a blog category and I’ve hidden the blog feature) and the search bar?
In your custom.css try adding:
#navigation {
display: none;
}
That should hide that div.
Thread Starter
rsuri
(@rsuri)
Yup that worked. Thanks so much!
No worries, glad I could help.
I’ll mark this post as resolved, but if you run into more issues, don’t hesitate to come back.
Thread Starter
rsuri
(@rsuri)
Is there any possibility to remove the borders and the straight lines on each page?
Look at the homepage http://www.raghavsuri.com/wordpress
Is it possible to remove the gray rectangular border and the straight gray line? These are on every page
Thanks!