Hi, Ismael gave me a fix that worked to hide the image icon for IMAGE post type but it only works when the right sidebar is enabled, his original post here https://kriesi.at/support/topic/make-blog-post-previous-and-next-arrows-bigger/#post-663235
I removed the sidebar now and the icon show up underneath the featured image, how should i alter the code? see private link for example
.template-blog .blog-meta {
display: none;
}
.big-preview {
display: block;
padding: 0 50px 10px 0px;
}
Hi kilimats!
Please add following code to Quick CSS
.single-post .blog-meta {
display: none!important;
}
Regards,
Yigit
fix thx u rock !