Block Background


Author Message
Jack

Posted: 2/21/2014
Quote message 

Need to know how to change the background color of a three block column where one block is black background need to change the color.
Cannot figure out where to go. In Source Code it gives you the Div class but not where to edit it.
 
Tina
Artisteer Team

Posted: 2/21/2014
Quote message 

Jack, if the block has a unique ID or class, then it's easy to change the bg color in CSS file.
It's necessary to get the class or ID and add such code to the end of css file:

.class{background-color: black;}

or #ID{background-color: black;}