/*
Theme Name: OceanWP-child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*google grecaptcha*/
.grecaptcha-badge { visibility: hidden; }


/*comment*/
.tax-desc {
    display: none;
}

.blog-entry-comments {
    display: none;
}

/*invisi author*/
.single .post-author{
    display:none !important;
}

.single .meta-author{
    display:none !important;
}