Hello Beaches – text on category pages

QuestionsCategory: QuestionsHello Beaches – text on category pages
Manouk asked 2 years ago

I have no idea if it is possible, but hopefully yes 🙂
If I have a category page in Hello Beaches (for example: https://groetjesuitverweggistan.nl/category/reistips/) on pc, you see the featured image. Once you hover over them you see the title of the blogpost. But if you look on mobile, you will see the text already on the image (see the screenshot I added). I would love for it to always be like in the screenshot. Is it possible to set this up so it looks the same on both pc and mobile?
I have noticed people do not understand they need to hover over the images. As a travel blog my categorypages are used often when people look at different countries.
Thanks in advance!

Attachments
1 Answers
Support Team Staff answered 2 years ago

For this you would need to modify the code to show it.  You can add this to your additional CSS
 
.grid-overlay {
opacity: 1;
padding: 5%;
}
 
.grid-overlay .entry-title {
color: #222;
background: #fff;
padding: 5%;
}

Manouk replied 2 years ago

Thank you so much for the effort!