Footer

Posted in: Newspaper
Post count: 33

HOw to dissapear number on post in footer popular category to apear only popular category not number of post

Post count: 6535

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!

Post count: 33

and look my site http://www.beybuzz.com in footer how to dissappear my logo about us and contact us

Post count: 6535

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!

Post count: 33

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

Post count: 6535

Hi

Yes you can also remove the logo from theme panel > footer, please refer at this screen: http://screencast.com/t/XaezYzUW
Thanks!

Post count: 33

please respond my question in first question in top on conversation Yes or No

Post count: 33

Respond this questions and look my site http://www.beybuzz.com in footer how to dissappear my logo about us and contact us

Post count: 6535

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!

Post count: 33

thank you its ok now

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.