How to style "related articles" box

Posted in: Newspaper
Post count: 7

Goodday,

Please tell me how to style the “related articles” box.
I’m using the BabyBlog demo on my website, but there is something wrong with tis box.
See https://zwanger.co/bloedarmoede/ to see what I mean.
There’s only 1 option visible instead of 2 in the box header.

Regards
eric

Post count: 20688

Hi,

Please try to use this code for the problem with the related article section, with this result – https://www.screencast.com/t/b5GqKiir6
Here is the code used, you must enter it in Theme panel->Custom Css – https://www.screencast.com/t/5sTgc1Qe3
Please let us know if this is working for you, or you need further help regarding this.

.td_block_template_1
.td-related-title
.td-cur-simple-item {
color: #111;
}
.td_block_template_1
.td-related-title
.td-cur-simple-item:hover {
color: #ff9bd2;
}

Thanks

Post count: 7

Hi Simion,

This is working fine. Thank you very much…

Eric

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