What plugin is responsible for the content you wish to alter? I recommend asking through that plugin’s dedicated support channel for advice.
There is one generic way to alter certain words output by WP, provided the words are part of the built-in translation scheme using functions such as __(). In such cases we can use the “gettext” filter. Your filter callback can watch for the specific phrase you wish to alter and “translate” it in any way you desire. Your “translation” doesn’t have to be into a different language, it can be within the same language.
Anonymous User
(@anonymized-23157725)
use dev tools to determine the asspciated classes and ids and then apply necessary Css via add custom css tool
Any plugin/tools recommended? @bcworkz. @VEFA AKIN AKTANSEL
Someone recommend “Loco Translate”。any mate know it?
A full fledged translation plugin is probably overkill for altering a couple of labels on a page. I was thinking more along the lines of a simple custom plugin containing the gettext callback code. Vefa’s suggestion of using CSS is a good one. Use CSS to hide the initial label, then add your own content using the :after pseudo-selector. Your CSS can go in the Additional CSS section of the customizer or style book.