How to change block in footer?

Posted in: Newsmag
Post count: 56

Hello,

I’d like to change blocks in footer:

http://take.ms/Sr85I

How can I:

– change the color of the articles’ names?
– put here other blocks/content?
– change the text on tags (like ‘Even more news’)?

Thanks!

Post count: 6600

Hi,

– You can change the color for the articles titles from theme panel > theme colors for each module or block title: http://screencast.com/t/vwKgXFnMAG – please note that this will change the article title for all modules or block of that type on your site not only those from your footer section. To change the tiele for only those located in the footer you nneed to use cusom css code, like this: http://screencast.com/t/rDt9Vbjm – this will change the titles color fro all modules/blocks you use in the footer only.

Add the css below in the custom css section in theme panel and change the color value as you want it.

.td-footer-container .td_module_wrap .td-module-title a {
color: red;
}

– To change the content of the footer section you need to chose one of the templates here: http://screencast.com/t/Ctg0uLIy6Sr then add content to the footer section from widgets section: http://screencast.com/t/XCWbXTOghttp://screencast.com/t/ZHR4oujIYK9A

– You can translate those predefined footer template titles from translation section in theme panel: http://screencast.com/t/QhBNBXiShhttp://screencast.com/t/XepRAb1lPDL

Thanks

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