Ad1.
In style.css search
.post-meta {
text-align: center;
}
and write
.post-meta {
text-align: center;
display: none;
}
Thank you for help 🙂 I did it!
To the folder wp-content / plugin added wpbdp_custom_style.css file
.wpbdp-categories {
font-size: x-large
}
.children {
font-size: small
}