Under Latest Announcement and Latest Articles on our homepage towards the bottom, how can I NOT display the pink square and icon?
You gave me instructions on how to not display the colored square and icon and it worked. I only needed it on specific pages, though.
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .blog-meta {
display: none!important;
}
Best regards,
Yigit
could I do the same on just this page?..not show the blog icon square and vertical dashed line?
Hey gharding!
Please add following code to Quick CSS as well
.page-id-662 .blog-meta, .page-id-662 .post_author_timeline {
display: none;
}
Regards,
Yigit
that totally worked. thanks
g