• Hi ??

    I was wondering if it would be possible to customise the fonts across the the theme? In other words…

    1.) Change the size and colour of fonts in the ‘sections’ element on the homepage
    2.) Change the size and colour of the page titles in pages outside the home page.
    3.) Change the alignment of the page titles (left, centre or right)

    I know the general HTML and CSS codes to do this, but there isn’t an ‘add CSS customisation’ in the ‘customise’ panel on this theme. The whole CSS sheet is accessible, but I’m not sure where I would put the codes and I’m very scared to mess it up!

    I hope this makes sense, thanks in advance!

    Raphy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Ralph,
    The first thing you should do is use Firebug which in built into the browser. Right click anywhere on your page and choose inspect element. From there you can drag over your page and it will highlight the the tag for what you want to change. You will see a dialog box on for firebug on the left. You can tinker with the properties of the CSS without effecting your site.

    When you are ready and everything looks good, paste those changes into your styles.css file.

    Don’t rely too much on the WordPress editor. Get a real IDE(integrated development environment) program such as: Net beans, Aptana Studio or text mate and cut and past your css there. When you make the changes, past it back into the WordPress editor. These IDE’s have version control so, if it is a failure you can return to the original CSS and copy and past it back into the WP editor.

    If you want, send me the URL and I tell you the CSS that needs to be changed

    All these options are available in Pro version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customise Fonts’ is closed to new replies.