Hey, Tom I.m really glad and happy that I’m using GP Premium and it’s true this is a wonderful theme at an affordable price.
I have an issue, I used this CSS:
.post {
transition: all 0.2s ease-in;
}
.post:hover {
box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
}
to add hover shadow animation on the blog page:
https://www.wpsettingbox.com/blog/
but when I’m entered in the full-page blog post:
https://www.wpsettingbox.com/free-wordpress-themes/
it also hovers this and I did not want this on the full-page post.
please help to remove this on the full-page post.
Lots of thanks in advance.