# # # TODAY I LEARN HOW TO CREATE A BLOG.... # # #

Saturday, November 15, 2014

Adding Border to side gadgets

Steps ;
1. Click on Template then customize

2. Copy code below :-
---------------------------------------

.sidebar .widget {
border:2px dashed #C68F18;
padding:5px;
background:#EDE09F;
}

----------------------------------------
Color Red:
To add / reduce the thickness of the border

Color Blue:
To change the type of border lines

Green color :
To change the border color lines

Purple color :
To change the background color of the border
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
3. Type of Boders
4. Click on  - Advanced (1)
5. Scroll Down and click on ADD CSS (2)
6. Paste at Add Custom CSS (3)
7. Click Apply to blog (4)

DONE !!

No comments:

Post a Comment