Color of Side bar in Ambiru
-
How can i turn grey to white my side bar ( right and left), and more, can i have just a white page?
http://rougecorde.wordpress.com
Thanks a lot
The blog I need help with is: (visible only to logged in users)
-
The Amibru theme does not have a sidebar. It has only footer areas for widgets. If you want to create a sidebar then the results of a forum search produce this. > https://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme?replies=45
Also be sure to read this entry before starting your CSS editing http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/
-
Perhaps sidebar’s the wrong name… In fact, i talk about the grey spaces aside the main column… Is it clear? Sorry, i m not very good in english blog ‘vocabulary!
Thanks,
-
This will take the main body background white.
body { background: none repeat scroll 0 0 #FFFFFF; }If you want to take the border around the content aways, then do this.
#wrap { border: medium none; }
- The topic ‘Color of Side bar in Ambiru’ is closed to new replies.