Though blogger templates are offered, sometimes we do not want to use the default. So we may want to consider some tweaks and alter the default template design to be favorable to us. Here, I'll show you a blogger hack to add a customize CSS to your page.
Go to the Design tab and click on Template Designer
Look for Advanced and Add CSS. You'll be able to add your customize CSS to the text area on the right side.
Sample CSS is shown below.
.customCSS{ font-family: Calibri; color: red; font-weight: bold; opacity: 0.5; }
Add the customize CSS to any acceptable html tags.
Here is the result:
The style is a customize CSS.
No comments:
Post a Comment