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

devsaran’s picture

It will make too many Color Options and It will make the existing user confuse..

devsaran’s picture

Status: Active » Closed (works as designed)
Jajszczok’s picture

Hi, 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

Jajszczok’s picture

Status: Closed (works as designed) » Active
devsaran’s picture

Status: Active » Closed (works as designed)

To add the styles to particular block..

You need to add the css style like

#sidebar .block {
background : #eee;
}