on this page http://ourladyofthevalleyluray.org/olv-news-updates/
I don’t want to use the icon shown. How can I switch it to something else?
Thank you in advance.
Hi elames!
Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Regards,
Yigit
What if I just want to remove it? What custom css would I use?
Thanks
Hey!
You can use following code
.blog-meta, .post_author_timeline {
display: none !important;
}
Cheers!
Yigit
Thank you!