I would like to put an orange line in front of the Learn more link. See image
Hi Markus,
Thanks for the screenshot. Could you post a link to where we can see the actual elements on your site as well please?
Best regards,
Rikard
Hi,
Thank you for the info.
You can add this css code to create an orange line before the read more text. Adjust it as necessary.
.read-more-link {
position: relative;
}
.read-more-link a {
padding-left: 40px;
}
.read-more-link:before {
content: "";
height: 1px;
width: 30px;
background: orange;
display: block;
position: absolute;
left: 0;
top: 14px;
}
Best regards,
Ismael
Hello,
unfortunately it doesn’t work. I see a distance, but I don’t see the line. See link
I’ve added the login details for the page below