Hello @djshanon,
Please share a live URL from your issue.
Generally, you can use the following CSS to change the styling of meta links and read more button(you can edit css properties):
/* Normal and hover style on meta links */
.blog .meta a {
color: #000 !important;
}
.blog .meta a:hover {
color: #5f09ba !important;
}
/* Read more Button */
.blog .blog-entry-readmore a {
border: 1px solid #5f09ba !important;
}
.blog .blog-entry-readmore a:hover {
border: 1px solid #000 !important;
background: #000 !important;
color: #fff !important;
}
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.
Please note that 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).
Additionally, you can learn how to use Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS:
https://developers.google.com/web/tools/chrome-devtools/
https://developer.mozilla.org/en-US/docs/Tools
CSS Tutorial: https://www.w3schools.com/css/
Please note: In this forum, we’re unable to answer questions about commercial products. Please read the forum guidelines: https://www.ads-software.com/support/guidelines/#do-not-post-about-commercial-products.
I hope it helps.
Best Regards