• Resolved jhlcubby

    (@jhlcubby)


    I just changed my blog’s theme to trvl and really like how it looks. I just wish I could change the title of the post from blue to black. Anyone know how to do that?

    Link: therallycaps.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • SideKick Dan

    (@shout-out-sidekick)

    Hello,

    Try to add this css code to your custom style sheet 🙂

    .entry-title,
    .entry-title a {
    	color: #000000 !important;
    }
    
    .entry-title a:hover {
    color: #cccccc !important;
    }
    Thread Starter jhlcubby

    (@jhlcubby)

    Awesome! That worked great and thanks for the quick response. Thanks so much.

    SideKick Dan

    (@shout-out-sidekick)

    Awesome! Glad to see it worked 🙂

    Let me know if you ever need more hands on help in the future!

    Best regards,
    Danny 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post title color on trvl theme’ is closed to new replies.