• Resolved tmcmarketing

    (@tmcmarketing)


    hi, i’ve installed the ‘am i hot or not’ wptheme and love it but i was hoping to be able to change…

    a)the post’s background to white
    b)the post’s title to #ff1493
    c)the font to tahoma

    is any of this possible?

    thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter tmcmarketing

    (@tmcmarketing)

    okay… http://babblicious.ca and thanks, i’m learnin’ 😉 …i was just going to copy / paste the css sheet too but i’ll wait unless told otherwise. ty!

    Please, please, don’t post a huge chunk of code or CSS here. if it’s code, drop a copy of the file into the WordPress pastebin and post the pastebin url here instead. For CSS issues, all that’s normally needed is a link to your site.

    a) Try changing:

    .post {
    margin:0 0 12px;
    text-align:justify;
    }

    to:

    .post {
    background:#fff;
    margin:0 0 12px;
    text-align:justify;
    padding:10px;
    }

    in style.css.

    b) style.css again:

    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color:#0B0B0B;
    text-decoration:none;
    }

    to:

    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color:#ff1493;
    text-decoration:none;
    }

    c) I’d suggest just trawling through style.css and changing every instance of font-family:Geneva,Arial,Helvetica,sans-serif; to font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;. You’ll find that it’s in quite a few places.

    Thread Starter tmcmarketing

    (@tmcmarketing)

    that’s awesome, ty! i’ll get to work on that…and thanks for the ‘code’ warning 😉

    Thread Starter tmcmarketing

    (@tmcmarketing)

    so far so good, thanks again for the help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘hot or not theme…how to change post background, font and title colour?’ is closed to new replies.