Hi, I recently updated to Newspaper 8 and I have set up the author card, but when the name is clicked on that it is supposed to go to the author page, but goes to the homepage instead. Could you please tell me what I’m doing wrong?
website: https://www.thecountryman.ca
Hi, it seems to be working now…I cleared the cache with Cloudflare. Another question I had though, is it possible to display a title for a big full grid as you can for the blocks? I can’t seem to find that option. By the way I really love the new TagDiv composer!
Hi, could you also tell me how I can adjust the font size of the “About us” and “Follow us” titles in the footer? I would like them to be the same as the other titles of the blocks in the footer. Thanks.
Hello,
The about us and follow us are affected by the blocks and widgets title: https://www.screencast.com/t/R9Jq2ZLVvV
Thank you!
Ok, but when I change that it also affects the size of the block titles on the hompage. Is there some custom css that would adjust just the footer “About Us” and “Follow us”. You can see on your Sound Radar demo that the hompage block titles are larger font, and the “About Us” “Follow Us” are a smaller size and match the sidebar font size.
Thanks.
Hi,
If you want to affect those titles exclusively, then you will need to use a custom css code to do it. The theme panel settings apply to all the widget titles.
You can use this custom css in the theme panel-> custom css box:
.td-footer-wrapper .block-title span{
font-size:20px!important
}
Thanks.