How do I edit the html of my site?
-
I am able to find the html coding for my theme but not the site as a whole. I am using the ‘Scruffy’ theme and am pretty much a novice when it comes to html editing.
I want to be able to change the font type and colour and maybe play with a couple of other colours.
Here is the coding for my current theme:
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> WP-PAGENAVI PLUGIN <<<<<*/
.wp-pagenavi {
margin: 15px 0 15px 25px;
font-size: 16px;
}.wp-pagenavi .pages {
display: inline-block;
border: none;
margin: 0 20px 0 0;
background-color: #f4f5de;
color: #666;
}.wp-pagenavi .current {
border: none;
color: #666;
padding: 10px;
background: #f4f5de url(img/icons/pagenavicurrent.jpg) no-repeat center center;
}.wp-pagenavi a {
border: none;
color: #999;
text-decoration: none;
padding: 0 10px;
background-color: #f4f5de;
}Thanks,
Marshall
- The topic ‘How do I edit the html of my site?’ is closed to new replies.