Just remove widgets from footer and that means go to yoursite.com/wp-admin/widgets.php and remove widgets from Footer Area 1, 2 and 3.
To remove the pencil:
.blog h2.format-icon:before {
content: none;
}
Ah, thanks rdellconsuliting, I missed that one
where should I add the code .blog h2.format-icon:before {
content: none;
}
to remove the pencil?
Sorry I am new in coding
I would also like to get read of the tags categories etc under posts headline. can someone help? I am not good in dealing with code…
Next time please start your own thread.
All css code should go to the style.css file of your child Customizr theme or in custom css field at yoursite.com/wp-admin/customize.php
For removing all meta tags use
.entry-meta {
display: none;
and put it in the same place as I described above.
@kamillesaabre, That’s why Customizr is such a great Theme! You don’t need a lot of knowledge to make simpler changes.
Did you watch the Intro Video?
You can either add it to the CustomCSS Panel in Customiz’it!, or preferably in a Child Theme.
2nd question answered here.
In future, please start a new Topic if you have any questions.
Thank you to everyone.
All sorted.
Thanks
(@brokshire)
12 years, 7 months ago
Is there a way to remove recent post, recent comments, archives, categories from the footer?
I’m currently using wordpress & customizr for a business website.
It works really well and looks great, I just need to remove the part with the recent post, recent comments, archives, categories.
Also, is there away to remove the pen icon next to the post entrees?
Thanks