Tagged: Blog
I just made a new Blog Page on my website. http://www.reino.nl
When im adding a post (message) to it it show a picture of me, the date i added, and my name in the middle of my header. I have a transparant header with a revolution slider and i would like my info to be removed from it.
Is there any quick css solutions or something for it?
This is the page im talking about: http://reino.nl/siev-keurmerk-2/
Hi Yanniks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta {
display: none!important;
}
Regards,
Yigit
Hi Yigit,
Well my profile photo is gone but still i see the title of my post and the date etc. i added it.
Any more ideas?
Thanks.
Hi!
Please add following code to Quick CSS as well
.single .content {
padding-top: 0;
}
.single header.entry-content-header {
display: none;
}
Regards,
Yigit
Hi,
Awesome it worked!
Thanks for your help.
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit