Change Read More

Hi,

Is it possible to change READ MORE to look like the one in the picture attached but without social icons?

Anna :slight_smile:

Hi Anna,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

div.read-more a {
    color: #CFC399;
    border: 1px solid #EAEAEA;
    padding: 10px;
    float: right;
    margin-top: -20px;
    background: #fff;
}
.read-more {
    text-align: center;
}

Best Regards,
Movin

Thank you!

I’ve managed to modify it the way I wanted :slight_smile:

Is there a way to add an arrow to the READ MORE?

To look it like this:

READ MORE >>

Anna

I’ve found the way to change it by myself.

Thank you for everything :slight_smile:

Hope you’re having a great day.

Anna

You are most welcome here :slight_smile: