• 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

Viewing 1 replies (of 1 total)
  • Hi,

    You’re sort of on the right track. What you have displayed is a stylesheet, and that’s ultimately what you modify to change fonts and colors. You need, however, to access the main stylesheet for your theme. What you’ve located is a stylesheet for one of your theme’s plugins.

    I suggest you access the WordPress documentation at this link:

    https://codex.www.ads-software.com/Blog_Design_and_Layout

    That will get you started, and will save you a lot of time and frustration in the long run. It goes into detail the mechanics of stylesheets and how they can be modified to influence your theme’s look and feet. You’ll also discover a lot of other things about your theme along the way.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I edit the html of my site?’ is closed to new replies.