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
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.
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!