Hi there,
I’ve just noted that the title of the client covers the image when there is more than 25 characters or so.
Example: https://ibb.co/ci1J0a
Is there some way to hide the text? Preferably not editing the global CSS.
Many thanks.
Cheers
Hi there,
I’ve just noted that the title of the client covers the image when there is more than 25 characters or so.
Example: https://ibb.co/ci1J0a
Is there some way to hide the text? Preferably not editing the global CSS.
Many thanks.
Cheers
Hi,
Hide the text completely you mean? You can use this in Customize > Additional CSS:
.featured-text h5 { display: none; }
Though you could also keep the text and simply increase the client box like this:
.featured-item { height: 300px; }