Height and Color of Cynthia Textboxes
Question:
How can I change the Background Color, Height & Width of the 2 bottom text boxes?
Answer – Changing the Color:
1) Log into WordPress
2) Click on “Appearance” -> “Editor”
3) A file called style.css should open by default – if not select it form the file list on the right.
4) Type or Copy/Paste the following (change hex color number to your needs)
#homepage-left{background:#000000;}
#homepage-right{background:#000000;}
Answer – Changing the Height:
1) Log into WordPress
2) Click on “Appearance” -> “Editor”
3) A file called style.css should open by default – if not select it form the file list on the right.
4) Type or Copy/Paste the following (change height in pixel to your needs)
#homepage-left{height:380px;}
#homepage-right{height:380px;}
