Hide some elements on Post Page
These options are valid only when Post Content type is set as post processed.
To hide some content in your post page you can put below css in the define custom css here for post processed content type (see screenshot above)
Hide Featured Image
.androappfimage{
display:none;
}
Continue reading “Hide Elements on Post Page”