• Resolved chinouk35

    (@chinouk35)


    Hi,

    I can’t find where to change the color of h2 title ( and hover) in home page.

    I already changed color in personalise theme but nothing changes hover H2 title.
    thx for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • I hope this is the title your referring to :

    .entry-title a {
        color: red;
    }

    hover

    .entry-title a:hover {
        color: orange;
    }

    Thread Starter chinouk35

    (@chinouk35)

    it’s perfect Thx so much

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks mrtom414 for the help….

    I didn’t realize I left the “hover” option off the post titles (entry-title); I need to add that on a future update then.

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