How to Make the Read More Link Look Like a Button in Elementor

If you are a WordPress user using Elementor to build your website, you must be familiar with the Read More link. We recently often come across some widgets in Elementor: Archive Posts and Posts widget. The Read Mor link on those widgets is for truncating the content (post), so the content is only a part displayed. Due to the limitation of the screen size is impossible to show the full content for each blog post on the Archive Posts or Posts widget.

However, we must admit that the Read More link is not as good as the Read More button. The Read More button is more intuitive, engaging, and evocative for users to click because a button has the potential things to customize more than a link. Such as padding, background, hover style, etc. This article will show you how to make the Read More link look like a button in Elementor without the help of any add-ons.

How to Make the Read More Link Look Like a Button in Elementor

Before we start the tutorial, we want to inform you that this tutorial will work with Elementor Custom CSS. The Custom CSS feature is only accessible on Elementor Pro; ensure you’ve upgraded to the pro version.

Alright. Let’s get started!

Go to your Elementor editor, and we will start everything from scratch, so create a section with a single column. Afterward, you can select the Archive Posts or Posts widget from the widget panel. In this example, we are using the Posts widget. Next, drag and drop it into the canvas area. Once you’ve added the Posts widget, you can edit and style up the widget to your preference.

Note: Please ensure you’ve already posted some posts on your site.

Once you’ve edited and styled your widget, we will make the Read More link look like a button by adding the simple CSS snippet. On the Posts widget settings, go to the Advanced tab -> Custom CSS. Please copy the CSS snippet below, then paste it into the Custom CSS field.

selector .elementor-post__read-more{
    padding: 0.4em 0.8em;
    color: black!important;
    line-height: 2em;
    background: #33ff41;
    transition: all .5s;
    border-radius: 5px;
    font-weight: 500;
}

selector .elementor-post__read-more:hover{
    padding: 0.4em 0.8em;
    color: #f0f3f6!important;
    line-height: 2em;
    background: #0172DB;
    transition: all .5s;
    border-radius: 10px;
    font-weight: 500;
}

The code above makes your Read More link look like a button plus with a hovering effect using two selectors; .elementor-post__read-more and .elementor-post__read-more:hover. You can check the complete list of Elementor widget selectors here.

If you’re happy with the result (as in the GIF above), you can keep it like this and save or publish your project if you want to. But if you want to customize it, you can edit the property values on each selector in the CSS snippet. Such as padding, color, line-height, background, etc.

The Bottom Line

This article shows how easily you can make your Read More link look like a button using the help of Elementor Custom CSS feature. With adding a selector .elementor-post__read-more:hover on the CSS snippet, you also have a hover style on your Read More link. Customize and play around with all the properties and values in the CSS snippet until you get the best.

Last but not least, if you want a more straightforward way and don’t want to work with any codes, we have the solution for you.

Download and activate JetElements. JetElements is an excellent solution for creating a unique website with WordPress+Elementor. With the Posts widget by JetElements, the Read Link will be displayed as a button by default.

You can purchase JetElements for a single plugin or a bundle of Crocoblock plugins. Download JetElements on its official website.

This page may contain affiliate links, which help support our project. Read our affiliate disclosure.
Picture of Akbar Padma

Akbar Padma

Akbar is a WordPress expert and a writer staff at WPPagebuilders. He mainly writes about Gutenberg, Elementor, Divi, and other WordPress page builders.
Want to start a profitable blog with WordPress? OF COURSE!

3 thoughts on “How to Make the Read More Link Look Like a Button in Elementor”

  1. This was exactly what I was searching for, thanks a lot for the Custom CSS-code!

    I just have one question, when I hover the link, the padding gets huge, even though I have the same padding for both of them. Do you have any suggestions why? (It does the same even if I don’t change anything in your code)

    Best regards,
    Anna

    Reply
    • Hi Anna,

      Try to add the !important command to the padding: 0.4em 0.8em; line on the hover state. If it doesn’t work, try to change the setting unit from em to px (e.g., 5px 10px). Let’s see what happens.

      Regards,

      Reply

Leave a Comment

Want to outrank big websites on Google?

Without backlinks, without high DR, without digital PR. Just content optimization.

Click to enlarge.

Haven’t used Elementor Pro yet?
Hey 👋🏻
Got WordPress knowledge?
Why not turning it into profit? Click the button below to learn how.

Your popup content goes here

50%

Where should we send the template?

After entering your email address, you will be added to our newsletter subscribers. You can unsubscribe anytime.