I am using default footer template in newsmag.
How to change Footer section default category block title in footer 2 area.
By default block title is shown as “even more news”.
I would like to customize it.
-
This topic was modified 11 years by
beautywarrior.
Thanks How can I customize the footer 2 area posts ,also is there any way to customize footer 3 area .want to customize no of posts alongside category in footer 3.
Thanks a lot…
-
This reply was modified 11 years by
beautywarrior.
Hi,
I’m not sure what you mean. You can choose footer style 2 and add your own blocks in footer 2 and 3 from Widgets section: http://screencast.com/t/kt1suBxq
Please provide more details if this is not what you mean, provide a link and what you want to customize.
Thanks!
Hi,
we can add widget to footer areas but my query was for default footer template,
Is there any way customize footer 2 and footer 3.
please check the footer section on this page ..
http://www.thebeautymadness.com/7-multani-mitti-face-packs-for-intense-white-glow/
Thank you..
Hi,
I’m not sure what you mean about customize footer2 and footer3, please provide more details about what you want to do. There can be used some custom css if it needs.
Thanks!
sent screenshot via email..
want to increase no of posts in footer area 2 and disable no of posts alongside category in footer area 3.
Thanks.
Hi,
For footer 2 area you have to edit the template file and increase posts limit – http://screencast.com/t/sCHHCLF8iy – http://screencast.com/t/MfemzUQIS
If you want to hide the number of articles for each category in footer 3 please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/2mPlnSeXb
.td-footer-container .td_block_popular_categories .td-cat-no {
display: none;
}
Thanks!