In blogger,we can change many colors and fonts from the "fonts and colors" tab. But you know that you can add as many members in that list as you wat?
in the code you will fine tags "<variable ... >" having different arguments.You can add your new variable in that list and it will be shown in the drop down list of "fonts and colors" tab.You can use the variable with the syntax '$varname' (dollar sign and variable name in sequence).
As an example, i will show for post body background color.
add below code to you variable tags list.
so find and change the code like below.
will post more hacks as i find them..These are very simple ones...but it takes time when you so it first time.Then your mind will make a way for changes!
in the code you will fine tags "<variable ... >" having different arguments.You can add your new variable in that list and it will be shown in the drop down list of "fonts and colors" tab.You can use the variable with the syntax '$varname' (dollar sign and variable name in sequence).
As an example, i will show for post body background color.
add below code to you variable tags list.
<Variable name="postBackColor" description="Post Body Background Color"This is for the background color of post body.
type="color" default="#fffafa" / value="#ffffdd">
so find and change the code like below.
.post {so now you can change post bgcolor from the tab and..you are done!
margin: 0 0 30px 0;
font-size: 100%;
background:$postBackColor;
}
will post more hacks as i find them..These are very simple ones...but it takes time when you so it first time.Then your mind will make a way for changes!
0 Comments:
Post a Comment