Link colors on home page

Posted in: Newspaper
Post count: 25

Excellent theme. Two questions concerning link colors.

1.) Wondering if there’s a way to change the author name link color on my homepage. I don’t want it to be the same as the overall link color I’ve chosen for the site.

2.) I have the Block 4 in a footer widget on my site. Can I change the color of the post headline in this block? The post headline is black so it does not appear against my black footer.

Here’s my site

Thanks!

  • This topic was modified 12 years by mikeaft.
  • This topic was modified 12 years by mikeaft.
Post count: 3343

Hello,

1. You have this option but is for entire site http://screencast.com/t/Q33GRVEDoI
If you want a particular color for some links you can change it via custom CSS

2. Add this in style.css

.td-footer-wrap .td_mod_wrap .entry-title a {
    color: #FFFFFF !important;
}

Thanks for the message!

Post count: 25

Thanks, Marius! Great support.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.