MiEvent Theme: Remove Author, date and profile pic from Speaker pages
-
Hi there. Recently installed a theme, MiEvent for my website:
Im trying to remove the author and date details from the “speaker” pages as exampled below.
http://improvfestireland.com/news/speaker/mugshot-germany/
I’ve tried plugins but sadly no joy. Does anyone know what CSS code I can add to remove that data and also where do I copy and paste the code too?
Your help appreciate, thanks!
-
Hello there,
In order to customize your CSS go to My Sites > Customize > CSS. To remove the author name and date details please paste the following:
.author-name{
display:none;
}If you want to remove the image as well, you would instead paste the following
.author-detail{
display:none;
}Hope that is helpful and let me know if you need any more support!
- The topic ‘MiEvent Theme: Remove Author, date and profile pic from Speaker pages’ is closed to new replies.