Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #996524

    Hello,

    I’m trying to make the “read more” link green and have it all in uppercase. Could someone help with this? Thank you!!

    #996578

    Hey bobfurgo,

    Thank you for using Enfold.

    You can use this css code to adjust the style of the read more link.

    .main_color .read-more-link a {
        text-transform: uppercase;
        color: green;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.