
Want to edit or customize the name of your Gadget to look more attractive?
Here's a step by step instructions on how customize the name of your gadget.
Step 1. Go to Template >> Edit HTML
Step 2. Find the ]]></b:skin> on your HTML code.
Step 3. Above the code ]]></b:skin>, paste the code below:
<style>
h2 {
margin: 0 0 1em 0;
font: normal bold 11px Slackey, Verdana, Tahoma, Helvetica, FreeSans, sans-serif;
color: black;
text-transform: uppercase;
background-color: #0066cc;
border-radius: 10px;
text-indent: 10px;
color: white;
font-size: 16px;
}
</style>
You can modify this code according your preference.
0 comments:
Post a Comment