Hi!
I have been trying to figure out why the headers on the sidebar disappear, but can’t quite figure it out.
They appear when the page first loads, but disappear as the fonts for the page load up. I’ve tried adjusting the settings to the theme fonts but that doesn’t work.
However, I think it’s a css clash for the .block-title:
Using the inspect element I can see that the .block-title is defaulting to a background colour of #fff – disabling this brings back the colour but not the line.
Welcome any help to get this sorted. Thank you.
The website is http://www.wokinghampaper.com
Hello PhilCreighton,
Please try the code below and place it in Theme panel->Custom CSS area.
.block-title > span{
background-color:red!important;
}
The result is here -> http://screencast.com/t/0QtEy1hjJr3
Thanks.
Thanks Catalin,
That works but … it’s taken every .block-title header and turned them into White text on Red background. Ideally, we would have the custom colours set up – eg, SPORT being green.
Crucially though, in the footer, this looks very strange. See screenshot

Thank you for your help Catalin. I’m afraid that doesn’t work for me.
Also, it’s all headers in the sidebar that are affected.
Thank you again
Best wishes
Phil
Hi,
I have tested the code provided above and seems to work as properly as you can see here -> http://screencast.com/t/KFduMM3Jovaf
The code is ->
.td_block_social_counter .block-title > span{
background-color:green!important;
}
Clear all your caches, purge CDN files if you are using the CDN system and test it again.
Thanks.
Hi Catalin,
So sorry for taking more than a week to reply. I have cleared my caches and still not working for me.
Would welcome any advice if possible,
Thanks
Phil
Hello PhilCreighton,
Please update your theme to the latest version of the theme (Newspaper 7.4) because in this update was fixed the Social Counter header, like this -> http://screencast.com/t/tPmzVIMiE2q.
Thanks for the message!
Thanks Catalin, I have installed update and deleted the cache and sadly it’s still the same.
I think what I’ll do when I get a bit more time is to purge the theme and do a fresh reinstall. It might solve the problem.
Hi PhilCreighton,
If your problem is still there after these steps, please send us an email at contact@tagidv.com with your log-in information (wp-admin) so wee can further inspect it closer your setup page. Provide the link of this topic so we can easily identify you.
Thanks.