View is built into the message and there is no class on it so its a bit difficult to remove it without removing the message completely IF the message contains a url.
With that said, you can try this in your child css (or quick css)
COPY CODE
#item-header-content #latest-update a {
display: none;
}
So, if the message is just text, only View will be removed. But if its a url, all of it will be removed. See attached for an example of what I’m talking about.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be
logged in to view attached files.