Comments Andreas Caspari started the conversationDecember 27, 2019 at 6:39pmI would like to center the "Quick View" Link via CSS but I have not found where to manage.Any Idea?ThanksAndreas 767Janilyn repliedDecember 28, 2019 at 2:44amHi, We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your issue and responding as soon as finding a solution. Please stay in touch as he might need you to provide further information. Best regards.Janilyn T. - WPClever Support Agent 1,226Dustin repliedDecember 28, 2019 at 9:26amHi Andreas, All of our quickview buttons have the class "woosq-btn". So you can CSS for this class, e.g .woosq-btn { font-size: 16px; color: red; } You can add CSS code to WP-Admin → Appearance → Customizer → Additional CSS.Best regards,DustinAndreas Caspari repliedDecember 28, 2019 at 12:40pmProblem is solved.I placed this css code in the customizer additional CSS field:.woocommerce ul.products li.product .woosq-btn { text-decoration: none; display: flex; justify-content: center;}THXAndreas 1,226Dustin repliedDecember 30, 2020 at 3:41amYou're welcome!Feel free to submit a new ticket if you have any question when using our plugin. I'll close this ticket now.Best regards,Dustin Sign in to reply ...
I would like to center the "Quick View" Link via CSS but I have not found where to manage.
Any Idea?
Thanks
Andreas
Hi,
We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your issue and responding as soon as finding a solution. Please stay in touch as he might need you to provide further information.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Andreas,
All of our quickview buttons have the class "woosq-btn". So you can CSS for this class, e.g
You can add CSS code to WP-Admin → Appearance → Customizer → Additional CSS.
Best regards,
Dustin
Problem is solved.
I placed this css code in the customizer additional CSS field:
.woocommerce ul.products li.product .woosq-btn {
text-decoration: none;
display: flex; justify-content: center;
}
THX
Andreas
You're welcome!
Feel free to submit a new ticket if you have any question when using our plugin. I'll close this ticket now.
Best regards,
Dustin