Hello. I am trying to trnaslate my site now, but a problem is that I can’t change the cover image.
What I know is that I have to change the cover image by adding CSS.
So, I tried to give different class and used this code
class: custom-cover1 custom-cover2 custom-cover3 custom-cover4
body.translatepress-en_US, body.custom-cover {url(“aaa”);}
Like this. I used right url instead of aaa.
On the link, you can see 4 images in line and it has hover effect. that is why I used cover image.
CAn you help with this?