Tagged: Blog
Hi there :)
Share this entry for blog isn’t showing, I have the boxes checked in Enfold Blog Settings… is it something with my CSS?
Hi courtney_martin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
footer.entry-footer {
display: block;
}
You have CSS minifying feature enabled on a plugin. Please disable it before applying the code
Regards,
Yigit
BRILLIANT!!! THANK YOU so much for the speedy response!!!
Hi!
You are welcome :) If you would like to remove tags from bottom of your posts, please add following code
span.blog-tags.minor-meta {
display: none;
}
Best regards,
Yigit
You read my mind, thanks a million :) !