Footer block titles change color

Posted in: Newspaper
Post count: 21

Hi there! Let me first thank you for the great job with Newspaper 7, it’s awesome!

I have two minor issues regarding my block titles in the footer (my site is: http://www.psl.ucr.ac.cr):

1. I’ve put the Jetpack Facebook page plugin in the first of my three footer columns. Everything works OK, but in this only case, the block title for the widget changes color, from the standard yellow I’m using, to white. I need it to stay yellow. Have tried some custom coding, but haven’t been able to target it.

2. Also, my general block header template is set to “Header Template 8”, so it displays a light grey block line to the right of the title (see here: http://www.screencast.com/t/qEU1zXXwS). But in the titles of my three footer columns, this light grey block lines turns into an ugly blackish one. I need it to be the same light grey as everything else.

In this screen capture you can see both problems in the footer: http://www.screencast.com/t/jLS1Aldwqli. Any ideas on how to fix that?

Thanks a lot. Cheers!

Fidel

Post count: 22421

Hello,

Thank you for your kind words.

1) Add this code in the theme panel-> custom css box:

.td-footer-wrapper .td-pb-span4 .widget_facebook_likebox .td-block-title span a{
color: #f8b133;
}

2) You cna fix it using this code:
.td-footer-wrapper div .td_block_template_8 .td-block-title > *:before{
background-color: #f5f5f5!important;
}

You can change the color in the code to one that feels more appropriate. I added the exact same color from the top header blocks but it appears too bright compared to the dark blue of your footer background.

Thank you!

Post count: 21

Well Bogdan, that did it all! Amazing! Thanks very, very much! 🙂 Ans congratulations again for a wonderful theme!

Cheers,

Fidel

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