Hi,
Is it possible to change the block background color. I love the business theme but I would like the footer block and the mainpage 4 bottom blocks to have a darker background as seen in your other themes (premium responsive and company)
Thanks!
Hi,
Is it possible to change the block background color. I love the business theme but I would like the footer block and the mainpage 4 bottom blocks to have a darker background as seen in your other themes (premium responsive and company)
Thanks!
Comments
Comment #1
devsaran commentedIt will make too many Color Options and It will make the existing user confuse..
Comment #2
devsaran commentedComment #3
Jajszczok commentedHi, I believe it will enhance my page and not cause confusion. If you could point me to the correct area within the code and a few instructions I maybe able to perform these changes on my own. Thanks again! I do appreciate the webpage as it works great for my business.
Max
Comment #4
Jajszczok commentedComment #5
devsaran commentedTo add the styles to particular block..
You need to add the css style like
#sidebar .block {
background : #eee;
}