Problems with Destyle Theme
Permalink
Hello,
If anyone is using the Destyle Theme out there that has removed the lines that are shown on the full page, how did you remove them? I have attached an image that shows exactly what I am talking about.
Thanks.
If anyone is using the Destyle Theme out there that has removed the lines that are shown on the full page, how did you remove them? I have attached an image that shows exactly what I am talking about.
Thanks.
you should be able to remove that with css ?! Can you give me a link to your site ?
In your style.css for that theme, it calls up a background image (at around line 213 - 217) Just comment that line out or replace the image file (found in themes image folder as bg-content)
Hope this helps
Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting.............
Hope this helps
Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting.............
Thanks adreco, you beat me to it! :D
Here is the lines your looking to edit in style.css james:
place "//" in the background line like this:
Here is the lines your looking to edit in style.css james:
#content { margin: 0 40px; background: transparent url(img/bg-content.gif) repeat-y 600px 0px; z-index: 3;
place "//" in the background line like this:
// background: transparent url(img/bg-content.gif) repeat-y 600px 0px;
You guys are awesome! Thanks for the help! Will try it out in a bit and let you all know the outcome.