2 Questions

Posted in: Newsmag
Post count: 280

Hi
1- i want change hyperlink colur inside article ?
i want it work on #135681 ..
any advoice ?

2- How to change categories tag colur ?

thanks

Post count: 7909

Hi,

1. Please use this custom css: http://screencast.com/t/64HXdiAknzd

.td-post-content a{
color: #135681 !important;
}

2. You can change category background color from Theme Panel > Categories > each category: http://screencast.com/t/Ms1zJIXh Also if you want to change color of the text please use this css:

.td-category a{
color: black;
}

Result: http://screencast.com/t/sPFwWVjb

Thanks!

Post count: 280

thanks alin
the first code work fine .. but can we make the hyperlink bold ?

.td-post-content a{
color: #135681 !important;
}

Post count: 7909

Hi,

Just add font weight and should work: http://screencast.com/t/HB9P6qRnTi

.td-post-content a{
color: #135681 !important;
font-weight: bold;
}

Thanks!

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