using css to create a minimalist blog *
-
Hello fellow bloggers
I am working on incorporating a wordpress blog as a page on another site. I have the blog opening within a frame of this site, and would like to keep the overall visual theme of the site incorporated into this blog.I need the simplist of blogs.
essentially, I just want the blog posts themselves. I don’t need the search function or anything from the right column.
I purchased the credits to edit the css which i have a slight to minimal knowlege of css, but I haven’t been able to figure out how to change the elements I want.can anyone give me some pointers…or have a basic css that they are willing to share?
any help would be greatly appreciated.
thanks
aa77 -
Choose a theme without sidebars. Sandbox One Column Minimalist might suit you.
Or just hide the sidebar.
Something like:
div.sidebar{
display:none;
}should do it.
- The topic ‘using css to create a minimalist blog *’ is closed to new replies.