Friday, 16 March 2018

CHANGE THE COLOR OF FONT,HOVER AND TITLE OF BLOGPOST

Sign in to Your Blogspot and go to  Theme and Edit HTML. Now find </b:skin>  and Paste the Following Code above above </b:skin>






 .post-title, .post h3{
line-height: 26px;
color:#000000;
font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;font-size:140%;font-weight:700;
text-transform: uppercase;margin-bottom:10px;
padding-bottom:5px
}
.post h3 a, .post h3 a:visited, .post h3 strong {
display: block;
text-decoration: none;
color: #0872AF;
font-weight: normal
}
.post h3 strong, .post h3 a:hover {
color:#222222;
}

1 comment: