Hello @mgz069,
The avatar and name are not in the meta(the link under the title: https://ibb.co/C6fbBSz), to remove them you can use the custom CSS.
Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
/* The whole of author box */
.blog-post-author {
display: none;
}
or individually
/* Only Avatar */
.blog-post-author .post-author-avatar {
display: none;
}
/* Only Name */
.blog-post-author .post-author-name {
display: none;
}
/* Only Author Description */
.post-author-description {
display: none;
}
Note: you can choose your desired CSS according to the comments I’ve added.
Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).
I hope that helps.
Best Regards
It works great!! I can’t thank you enough.
Great service!!
Hello @mgz069,
You’re welcome.
I’m glad we could help.
The link you’ve shared redirects me to the home page.
However, you can try the following CSS.
.single-header-ocean-3 {
padding-top: 130px;
padding-bottom: 100px;
}
Please recheck it and keep us posted.
Best Regards
Thanks again Shahin it works like a charm!!
You’re most welcome. I’m glad it is resolved.