How to change this color?

Posted in: Newspaper
Post count: 23

Hello,

I need to change background color in title of the related articles from black to another color

http://screencast.com/t/iOW27t0JF

Please write custom css code that I can use.

Looking forward to hearing from you.

Kind regards,
Nick

Post count: 15

This is what i use. =)

.td_block_related_posts .td-related-left {
background-color: #197abe;
}

Post count: 23

This code is not full because only for one part working and before I click on right side of the block.

Look what happens when I click on the right title:

http://screencast.com/t/VD2sKj4Wb

So background of the left title not become white or transparent and right title background do not becomes #197abe color…

So this is already my second message about color issues in the update and I very want to receive help from developers.

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/flvOALr3m

.td-related-title .td-cur-simple-item {
background-color: red;
}
.td-related-title {
border-bottom: 2px solid red;
}

Thanks!

Post count: 23

Hi Alin,

Thank you so much 🙂

Now it’s working! 🙂

Kind regards,
Nick

Post count: 187

This solution worked great for me until the recent update. What can I do?

Post count: 3343

Hi,
Try this one:
.td_block_related_posts .td-related-title .td-cur-simple-item {
background-color: red;
}
.td_block_related_posts .td-related-title {
border-color: red;
}

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