Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
elitepress
How to hide the block in the blog header and the block below with the author.
alfagarant1
March 2019
in
elitepress
How to hide the block in the blog header and the block below with the author.
http://prntscr.com/n28hz5
http://prntscr.com/n28i6x
Comments
akhilesh
March 2019
Hello
Thanks for contacting to us.
For this add the below css code inside the Appearance >> customizr >> additional css box.
.single .page-title-section {
display: none;
}
.author-info {
display: none;
}
Let me know for any confusion.
Thanks
Akhilesh
alfagarant1
March 2019
Thanks!
I also want to hide these elements:
http://prntscr.com/n2ip18
http://prntscr.com/n2ipks
akhilesh
March 2019
Hello
For this Add below css code inside the Additional css box.
section.page-title-section {
display: none;
}
.entry-meta > span {
display: none;
}
h1.archive-title {
display: none;
}
Let me know for further assistance.
Thanks
AKhilesh
alfagarant1
March 2019
Thanks
akhilesh
March 2019
Hi
Glade to know that it's work for you.
Look forward see you again at sendiri.
Thanks
This discussion has been closed.
Comments
I also want to hide these elements:
http://prntscr.com/n2ip18
http://prntscr.com/n2ipks
Glade to know that it's work for you.
Look forward see you again at sendiri.
Thanks