Changing Font and Color of Post and Page Titles

  • lynnruby

    #2495

    Love love love this theme. I’ve searching for one with this much capability and self-intuitiveness and this is it!

    Question: There must be an easy way to change the font style and color of the page and post titles but I cannot figure it out.

    Must be a custom CSS thing. Please help. Thanks.

    Mod

    Kenneth John Odle

    #20482

    Yep.

    Try adding:

    .post-title,
    .post-title a,
    .post-title a:visited,
    .entry-title,
    .entry-title a,
    .entry-title a:visited {style info here;}

    to your custom CSS

    lynnruby

    #20483

    Worked! Thank you!

    Followup question: I want to do the same thing for the titles of the posts in the slider? what is the code for that? Similar I’m sure.

    Thx

    Mod

    Kenneth John Odle

    #20484

    Try

    .slider_post_title {style stuff here;}

    I figured that out using Firebug, but I’ve never changed slider post titles, so no guarantees.

Viewing 4 posts - 1 through 4 (of 4 total)

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