Hi,
Is there anyway to use different background for each "section".
For example in the "restaurant - welcome to steak" section, i would like to use other background color/image.
TomasDesign wrote:Ok, where is the css files located? Which css file scould i modify?
TomasDesign wrote:Its this section which i mean: http://s23.postimg.org/l1oaiez2z/gavick.jpg
#restaurant {
background: red;
}
body.frontpage #restaurant{
background-color:#000;
}
..but you can not still help me.