• Hi there,
    I downloaded thetraveltheme theme. I absolutely love it but currently struggling with changing template. I have only just recently come to wordpress (from blogger) and still figuring it all out.

    Here is a list of what I am trying to do in the first instance:
    1) Change the font size for posts – its tiny at the moment and I want it to be larger. Around 14px.

    2) Change the footer colour to black.

    I have tried amending them both in the admin panel but with no luck. Any help/suggestions would be appreciated.

    My site is http://www.fourjandals.com

    Regards,
    Cole

Viewing 2 replies - 1 through 2 (of 2 total)
  • in wp-content/themes/thetraveltheme you would have to find the screen.css line 82 and change the font-size to whatever you want. That will change it all over the site though.

    body {
        color: #333333;
        font-family: "Lucida Sans Unicode","Lucida Sans","Lucida Grande",Arial,sans-serif;
        font-size: 12px;
        line-height: 20px;
    }

    To change only the content area, change font-size: 100%; in the .content class on line 11.

    Thread Starter fourjandals

    (@fourjandals)

    YES! Thanks Jonas you are a legend!

    That worked. I had no idea what I was doing but managed to find it and change it. Thanks so much.

    Any help with changing the background colour of the footer to black as well would be awesome.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modifying "TheTravelTheme" template’ is closed to new replies.