Your background is actually an image:
http://attorneyclientforum.com/wp-content/themes/legal-gavel/images/bgimage.gif
Either make a new image with the exact same name and upload it to your theme’s images folder or delete this from your theme’s style.css:
background:url('images/bgimage.gif') repeat;
As for adding buttons to list items, you will do this by editing sidebar list (ul, li) styles in your theme’s style.css. For instructions and examples, try a Google search for: list-style css
Thread Starter
fjp800
(@fjp800)
Thank you for the information. I was able to remove the background..It is now white..but I need to strech the blog images[Body, header, etc.]to fit the screen IE: I do not want any background showing.. Can you tell me how to accomplish this?
Thank you
I need to strech the blog images[Body, header, etc.]to fit the screen…
This would mean converting your theme from a fixed width to a fluid width design. There are fluid width themes available (the easiest option) or try a Google search for: fluid width css