Trouble changing size of post titles in blog

  • Mod

    Kenneth John Odle

    #19153

    Are you using a caching plugin? If so, try either disabling or emptying the cache and then reloading the page.

    Anonymous

    #19154

    Where is the “ooops, you landed on the wrong page”?? Give me a specific URL and the approximate location on the page please.

    Anonymous

    #19155

    And please do what Ken said first 🙂

    tawillard

    #19156

    I posted my URL in my initial request. I’m moving from Blogger ( http://www.zealforadeal.com ) to WordPress ( http://dev.zealforadeal.com/ ) and want the new site to look similar to the old one. I tried Ken’s solution but unfortunately nothing changed.

    The only plugins I’ve installed and activated are AddThis, Blogger Importer, and And The Winner Is.

    Anonymous

    #19157

    And are you trying our suggestions on your http://www.zealforadeal.com/ site, or on your http://dev.zealforadeal.com/ site??

    tawillard

    #19158

    Anonymous

    #19159

    Okay, good.

    Okay, I would suggest setting up a child theme for your graphene theme. But we can get into that in a minute.

    Now, in this css file: http://dev.zealforadeal.com/wp-content/themes/graphene/style.css

    Starting on line 855, is this code:

    .post-title, .post-title a, .post-title a:visited {
    border-bottom: 1px solid #E3E3E3;
    font: 18px arial;
    padding-bottom: 5px;
    }

    Change the font element from 18 to 28.

    Make sure to refresh your broswer, and clear any caches in your browser.

    tawillard

    #19160

    I already am working with a child theme. I currently have

    .post-title
    .post-title a {font-size:200px}
    .post-title a,:visited {
    border-bottom: 1px solid #e3e3e3;
    font-size: 200px
    font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
    padding-bottom: 5px;
    text-align: left,
    }

    The font size is 200 so any change will be really obvious to me.

    (I added the `{font-size:200px} on the suggestion of Ken earlier.)

    Anonymous

    #19161

    You need a semi-colon after the 200px.

    Like this

    font-size: 200px;

    You need to correct this in two places in your code above.

    Anonymous

    #19162

    Also, your text-align should look like this:

    text-align: left;

Viewing 10 posts - 11 through 20 (of 36 total)

  • You must be logged in to reply to this topic.