• Resolved bobmorris60

    (@bobmorris60)


    First off, Caxton is amazing. Thank you.

    Question: I Have Caxton Post Grids as home page now. Looks great.

    However, many of my post images are light colored. What css change should I make to change the heading color to black when a post does not have mouse-over on it?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author shramee

    (@shramee)

    Hi Bob ??

    We will try to add that as a setting in next version ??

    Till then, this CSS should do it for you…

    
    .caxton-grid .grid-image h3.grid-title {
    	color: black;
    	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    }
    
    .caxton-grid .grid-image:hover h3.grid-title {
    	color: white;
    	text-shadow: none;
    }
    

    Hope that helps ??

    • This reply was modified 6 years, 1 month ago by shramee.
    Thread Starter bobmorris60

    (@bobmorris60)

    That fixed it. Thanks! Having thm as configurable settings would be handy too.

    Great , we are on it ??

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