Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #164710

    hy,

    I can change the color of post title?

    #164743

    Hey mmi!

    You can add something like this on your custom.css or Quick CSS:

    
    .post-title.entry-title {
    color: blue;
    }

    Regards,
    Ismael

    #164812

    thanks, works, but i want also to change post title color in grid layout.

    #164938

    Hello!

    Use this instead:

    .entry-title {
    color: blue !important;
    }

    Cheers!
    Josue

    #164943

    SOLVED.
    thank you, very, very much :)

    #164945

    Glad we could help :)

    Regards,

    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Chnage post title color?’ is closed to new replies.