Hi there,
I tryed to find out how to delete the post meta info line on quote post type but there is a loop on loop-index.php and only the title is editable inside helper-post-format.php
Is there another way to get rid of it? Is there an easy solution for it?
Best regards and thanks in front of all efforts,
Steve
Hey TenserD!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.format-quote span.post-meta-infos {
display: none !important;
}
Best regards,
Yigit
Hey Yigit,
oh man … sometimes I not see the wood for the trees : )
Many thx!
Best regards,
Steve