Custom Post Feed heading link color when using Genesis?

I have set up a post feed on a page with BB. But I want to change the h2 that links to the single post.

Now it grabs the Content Paragraph Link from my theme, Genesis with Dynamik Website builder.

I dont whant to change that, but insert custom css for this post feed. Make the h2 #000000 instead of #0037B4

Link to site http://bit.ly/1UaihJh

Hi Hans,

Thanks for getting in touch! Try using this CSS snippet below and see if it helps.

.dynamik-page-builder .site-inner .fl-post-feed-title a {
    color: #000000;
}

This will change the feed title anchor links only. You can also customize :hover and :visited by adding them in.

Jun

Thanks for the reply!

Yes, that works :slight_smile:

Thanks a lot!