'In' text
- The topic ‘'In' text’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I really want to use this theme but I can’t seem to get rid of the “in” text on my post. (https://designsbyway.com/portfolio/collex/)
I already tried what you recommended to others by unchecking the content options, but it still shows up.
Any help would be so appreciated. Thanks.
The blog I need help with is: (visible only to logged in users)
Hi there!
Thanks so much for pointing this out. We’ll put in a fix for it shortly but in the meantime, you can hide it yourself with the following CSS. Simply drop the following in the Customize > Additional CSS menu. Make sure to place it after anything else you may already have there.
.types-link {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
position: absolute;
overflow: hidden;
width: 1px;
}
Let me know if that worked for you.
Sonia
Actually, I ended up figuring out its purpose on accident, and now I like it! Thanks for getting back to me though!