Background of Related Articles

Posted in: Newspaper
Post count: 187

Hey guys, this is appearing behind the “Related Articles” section.

How can I change the text color or remove the block of color?

https://brandinginasia.com/wp-content/uploads/2017/04/Screen-Shot-2017-04-10-at-9.00.28-AM.png

Thanks!

Bobby

Post count: 20688

Hi,

Please try this code that will make the title display properly – https://www.screencast.com/t/CidJ3KayY
You must enter it in Theme panel->Custom Css (you may change the color values if necesarry)

.td-related-left,
.td-related-right {
color: #3f3f3f!important;
}
.td-cur-simple-item {
color: #fff!important;
}

Thanks

Post count: 187

Simion,

Having trouble with that color again. have placed the code you gave me before but looks horrible now. Suggestions?

.td-related-left,
.td-related-right {
color: #3f3f3f!important;
}
.td-cur-simple-item {
color: #fff!important;
}

Post count: 187
Post count: 20688

Hi,

If you would like to keep the current code that applies to this section, although I see that not all the code provided above applies properly. Please check your custom codes in theme panel and make sure the syntax is good, and the accolades and parenthesis are closed as they should. This is how this section should look with the code, I added some padding if that is what you wanted as well
https://www.screencast.com/t/G75Aw3CPOW2
This is the code for the padding if you want to use it

.td-related-title a {
padding-left :20px;
}

This is how the Related articles action looks for me, using that block header style
https://www.screencast.com/t/mgRzulke

Thanks

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