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

    Hello,
    Many thanks for your support.
    I need to Change the Read more link color only for this kind of blog grid: List layout with excerpt, title, meta information without preview image..
    I already have into my custom css this:
    .read-more-link, .read-more-del {
    font-size:18px !important;
    margin: 5px 2px 30px }

    But I’m not sure if it is the same element, because I use other kind of grid into my site with preview image, and do not want to modifi it, but only the grid without preview image.

    Sincerly
    S.

    • This topic was modified 4 years, 6 months ago by Marco.
    #1192646

    Hey,

    Sorry for the late reply!

    Your screenshot link is redirecting me to your page so I could not see it but please edit your page and then edit your element at the bottom of the page and give it a custom CSS class in Advanced > Developer Settings tab and then add following code to Quick CSS

    .your-custom-class a.more-link { color: orange !important; }

    Best regards,
    Yigit

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