Can you post a link to your site?
hi @stephencottontail
thanks for any help u can give π
here the link
the site button ReadMore
cheers
To be honest, I don’t know what happened; the content
CSS property seems to have been corrupted or converted incorrectly somehow. You could fix it with some custom CSS:
.archive .read-more a::after,
.blog .read-more a::after,
.search-results .read-more a::after,
.pique-template-recent-posts .read-more a::after {
content: '\f061';
}
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
Thanks @stephencottontail
I think so too, corruption in some ways
Btw suggested won’t work ( does print the F061 on button )
mayby retriving a ‘old’ CSS will do, if that’s the point.
Thanks for help anyway.
cheers
edit
π
going for the hardcode way ( aka content: '\f061';
instead of content: '?
)
on the relevant linee 2511 for me, did the thing :thumbup:
Thanks again, without your snippet I was lost .