How to modify the page title color in the customized CSS section ?

  • Loris

    #1833

    Hello,

    I found here how to modify the post title color (and other attributes), by adding that line to the customized CSS field of Graphene options :

    h2.post-title a, h2.post-title a:visited{font-family: ‘Trebuchet MS’; font-weight:bold; font-size: 16pt;

    color:#000;

    }

    But I would like to change the page title attributes as well, and I didn’t found how to do it in the customized CSS file. I suppose it’s quite close to the previous lines I saved, but no tryout worked… so I’m asking the thing to the forum, hoping someone (or the theme creator) would know how to implement that.

    Anonymous

    #17294

    Can you please provide a url for reference?

    If you are talking about the header title, the one on the left side of the header, you can find it’s attributes in this .css element…

    .header_title {

    Hope this helps!!

    Loris

    #17295

    Thanks Josh, but it’s not what I’m searching for. What I want is to modify the color (blue in the theme) of the wordpress Pages titles. EDIT : I noticed the html I gave doesn’t work for the Post titles either, just for the post titles on the homepage and not on the individual posts.

    About the references :

    First the homepage with the good black title color : http://vernonpolitique.info/

    Then a post with the graphene blue title color : http://vernonpolitique.info/2011/09/lemprunt-des-collectivites-au-coeur-de-lactualite/

    Now a page with the graphene blue title color : http://vernonpolitique.info/mentions-legales/

    Anonymous

    #17296

    Try adding this to your child .css file.

    .post-title a, .post-title a:visited {
    border: medium none;
    color: #000000;
    }

    I think this is what you are looking to do.

    Loris

    #17297

    You thought well, Josh. Thanks a lot for the code !

    It worked perfectly on the theme, now I do have my page and post titles with the attributes I want. Hopefully this will help more people than just me 😉

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

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