- This topic has 8 replies, 3 voices, and was last updated 1 year, 1 month ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Nature Bliss Pro › Translation of “Know more” – several widgets
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
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
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
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
Perfect. Thank you very much.
Best
Upps. The Link is not working after. Could you look for an error, please?
Thanks
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
Nice. Thx.
Best regards
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
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |