‘Read More’ links appear within Elementor Pro’s Posts Widget, and Elementor doesn’t provide many styling options for them. In my quest to convert these links into “buttons,” I created the code snippet below.
.elementor-post__read-more {
background: var(--accent);
padding: 10px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 700 !important;
}