Home Forums Pro Themes Nature Bliss Pro Translation of “Know more” – several widgets

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #179540
    Sebastian Ritter
    Participant

    Hello,

    in some widget configurations there is no parameter to give the words for the button text (e.g. NB: Featured page, NB: Recent works). Are there other possibilities to translate the button text in other languages?

    Best regards

    #179547
    sanam
    Keymaster

    Hello, @XENTRINON Please add this CSS in the Additional 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’;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please, change the Button text as per your need.

    Regards,
    Themepalace

    #179650
    Sebastian Ritter
    Participant

    Thank you for the help. The same point is within the blog page. I want to change the text of the link “leave a comment”. Can you help me, please?

    Best

    #179660
    sanam
    Keymaster

    Please add the following CSS and change the text as per your need.

    span.comments-link a {
    display: none;
    }

    span.comments-link:after {
    content: ‘comments’;
    line-height: 24px;
    }

    Regards,
    Themepalce

    #179713
    Sebastian Ritter
    Participant

    Perfect. Thank you very much.

    Best

    #179714
    Sebastian Ritter
    Participant

    Upps. The Link is not working after. Could you look for an error, please?

    Thanks

    #179722
    sanam
    Keymaster

    Please use this CSS instead
    .comments-link a{
    visibility: hidden;
    word-spacing: -999px;
    letter-spacing: -999px;
    }

    .comments-link a:after {
    content: “comments”;
    visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
    }

    Regards,
    Themepalace

    #179731
    Sebastian Ritter
    Participant

    Nice. Thx.

    Best regards

    #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 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.