Showing Footer and subfooter

Posted in: Newspaper
Post count: 13

Hi, I’ve several issues with subfooter and footer.

1. I want to show footer and subfooter on all pages, including blog posts. How can I do that?
2. I want to change link colors only on subfooter and footer, see here https://snag.gy/0eDITE.jpg
3. And how can I change category tags background color, currently it is black. https://snag.gy/xngBa4.jpg

Post count: 35449

Hi,

1. Please check our documentation for footer -> https://forum.tagdiv.com/footer-templates/
Please provide me a link were you do not have the footer or sub-footer on your website.
2. In order to change the color for the links from footer and sub-footer please use this custom css
https://www.screencast.com/t/QAYpAuwU
.td-footer-wrapper .td-footer-info .footer-email-wrap a,
.td-sub-footer-container .td-sub-footer-copy a {
color: #fff;
}

3. In Order to change the background color for categorys on modules you can use flex blocks, those have more options -> https://www.screencast.com/t/YMahsrWRhMd -> https://www.screencast.com/t/ekEfe2XQ6r or if you want you can use a custom css
https://www.screencast.com/t/WORbzu7fK
.td-post-category {
background-color: red;
}

Feel free to change the color.

Thank you!

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