Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Translation of “Know more” – several widgets #190912
    Anouchka
    Participant

    Hello,

    I’ve got the same question about to change the text “Read More” buttons (e.g. NB: Featured page, NB: Recent works link buttons). I’ve tried the optional CSS text, but it doesn’t work. There’s no text showing. Please can you help me? I tried this CSS:

    .featured-page-widget .more-link,
    .nature_bliss_widget_recent_works .custom-button {
    font-size: 0;
    }
    .nature_bliss_widget_recent_works .custom-button:after,
    .featured-page-widget .more-link:before {
    font-size: 16px;
    content: ‘Read More’;
    }

    Kind Regards

Viewing 1 post (of 1 total)