HOw to dissapear number on post in footer popular category to apear only popular category not number of post
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/8KuL5eWY
.td_block_popular_categories .td-cat-no{
display: none;
}
Thanks!
and look my site http://www.beybuzz.com in footer how to dissappear my logo about us and contact us
Hi
You ca use a footer template which does not display any information by default, for example style 9: http://screencast.com/t/RONB3cbYkh2Y This template will display only the widgets added here: http://screencast.com/t/xWeYNSbpFQ
Hope this helps.
Thanks!
But cant i want this templete but without them it is impossible to do dont have any code for this becouse i like this templete
Hi
Yes you can also remove the logo from theme panel > footer, please refer at this screen: http://screencast.com/t/XaezYzUW
Thanks!
please respond my question in first question in top on conversation Yes or No
Respond this questions and look my site http://www.beybuzz.com in footer how to dissappear my logo about us and contact us
Hi
You can use this css to remove hide the entire section from footer bottom: http://screencast.com/t/Y2CYcxxlp
.td-footer-bottom-full{
display: none;
}
Hope this helps!
Thanks!
