Slider text color change?

  • summitman

    #7150

    Can someone give me the CSS code to change to color of the title text of posts in the slider? Thanks!

    Website: http://minecraftpotato.com/

    Admin

    Syahir Hakim

    #37111

    Custom CSS:

    .slider_post h2 a,
    .slider_post h2 a:visited,
    .slider_post h2 a:hover {
    color: #000;
    }

    You can use Firebug to figure out things like this.

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

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