Blog Archive

Related Posts Plugin for WordPress, Blogger...
Showing posts with label Tab. Show all posts
Showing posts with label Tab. Show all posts

5.15.2013

How to Change Blogger Pages Font Style/Color



I just found that I can change the font style/color of the PAGES tabs in Blogger in just one simple step!! :D


Go to Template on the left > click Customize > Add CSS















Copy and paste the following inside the box on the right:


.PageList li a {
font-weight: bold;
color: #6BBAB2;
}


You may change the color code, and add different styles in this simple CSS coding :D Hope that helped (a little)!