Please tell me how I can make links look visible, if you look at a blog or description you cannot see the links – inbound or outbound, please look at the pic, and if you can advise what to do so people can see links?
I saw the screenshot you attached and visited the URL you provided. To make the link visible you need to use the following code inside the <a> tag you are using to make the text as link.
Unfortunately, There is no other way for the links in the blog to appear as you are using <a> tag. If you target the <a> tag that will affect all the anchor tags in the website. So you need to do it separately for the specific links.