我在后台有这个图片:
http://yoursdproperty.com/templates/pjo_joomlaforall/images/bgr.png
本页:
http://yoursdproperty.com/index.php?option=com_jumi&fileid=8&Itemid=34
如何删除它?
据我所知,如果我将其删除,那么页面在背景中只是白色正确吗?如果没有,我需要做些什么来摆脱灰色和白色,只是让它变白?
答案 0 :(得分:2)
如果您更改以下样式,您应该得到您想要的内容:
#background_right {
/*background:transparent url(../images/bgr.png) no-repeat fixed center top;*/
background-color:white;
margin:0;
padding:0;
}
答案 1 :(得分:2)
只需删除或取消对此负责的特定CSS行。或者我觉得这个问题太简单了?如果是这样,那么请详细说明问题的背景。如果它是你无法控制的自动生成的样式表,那么你最好能做的就是抓取JavaScript(jQuery?)来删除/覆盖特定样式类中的背景图像。
修改:如果您想要白色背景,那么您还需要摆脱.body_background
课程。