Link on Photos

On the main page of my site www.ticotravel.com I have the usual list of blog posts. However on each photo that is displayed when you hover over it, its has a 2 link change with the words Permalink:……… which leads you to the post.

I would prefer to have it say View Post instead… You can see a sample of what I mean by going to this site: https://camperreport.com/ as its set up similarly

Can you let me know how I can change this?

Thanks

Hi there,

Please add this code to the Global CSS:

.entry-thumb:before {
    content: 'View Post';
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    background-color: transparent;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.