This topic has 4 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
I want to change the hovering color and style of next and products bar.
Please take a look at the pic:
Hello,
Try to add the next custom CSS code:
.posts-nav-btn:hover .post-info {
background-color: #f4f4f4;
}
If this is not what you are looking for, describe the desired result in more detail.
Regards
Hi, this code didn’t serve my purpose. I am sending you another pic . Please have a look at the pic.
Now provide me the code to achieve the desired effects in next and previous product bar.
Thanks
Hello,
Use the following custom
.posts-nav-btn a:hover, .posts-nav-btn .post-info .price {
color: #3270B8;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up