Hi,
Is it possible to change READ MORE to look like the one in the picture attached but without social icons?
Anna
Hi,
Is it possible to change READ MORE to look like the one in the picture attached but without social icons?
Anna
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
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
Hope you’re having a great day.
Anna
You are most welcome here