Color, Width and Height of Home Boxes

Question:

How can I change the Background Color, Height & Width of the 4 bottom 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:


#homepage-left{background:#000000;}
#homepage-middle{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:

#homepage-left{height:180px;}
#homepage-middle{height:180px;}
#homepage-right{height:180px;}

 

Answer – Changing the Width:

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:

#homepage-left{width:150px;}
#homepage-middle{width:250px;}
#homepage-right{width:250px;}

back to topics list