Dear,
I would like to take off the email icon (@) from the website. I tried to do it doing what you say in this post ( https://vibethemes.com/documentation/wplms/forums/topic/remove-th-email-icon/ ) , but also icon message disappear. How can disable just the email icon (@)?
Hi...
Can you please share the page url to see the icon, I'll provide you a custom css to hide it.
Dear,
See where the icon is :
1.
2.
Hi...
I already know about the email icon, I was asking for your website url.
This reply has been marked as private.
Try adding the bellow css in your appearance->custom css:
.instructor_course .instructor_meta li:nth-child(2) {display:none !important;}