I don’t want to translate anything. I want to remove it and have the banner image linked instead of a small bit of text in the middle of the banner that only shows after the banner loads.
IF that is not possible then I want to change the words to read Shop Now instead of Read More.
I do NOT want to translate.
Hi there,
You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:
.featured-link span {
font-size: 0;
}
.featured-link span:before {
content: "Shop Now";
font-size: 15px;
}
Thanks!
nope. With font size 0 it just makes a small box. Change the font size and it goes back to what it was with read more.