• Hi,

    Im using fanwood Version 0.1.6.6 and wordpress 3.7.1.

    This is a great theme and I will definitely be sending some donation and leaving a 5 star rating. It has been tricky with mobile but does work very well.

    My question is really about the font colour and background. Is it possible to customise at all? I would like to change the yellow font to red in terms of the back ground and major fonts.

    Thanks,
    Kev

Viewing 1 replies (of 1 total)
  • Well you could do it if your familiar with editing CSS. To change the site title color go to:

    #site-title a{
    					color: #ffde01;

    To change the site tagline color go to:

    #site-description{
    				color: #ccc;
    				font: 12px/18px ChunkFiveWeb, Georgia, serif;
    				padding: 2px 40px 15px;
    				text-transform: uppercase;
    				}

    Basically search for the yellow color font color: #ffde01; and you could test out some changes. I suggest doing this on a local PC test site before attempting it on the real thing though.

Viewing 1 replies (of 1 total)
  • The topic ‘Font Colour & Background’ is closed to new replies.