Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2252986
CSS
Closed

Comments

  • Andreas Caspari started the conversation

    I would like to center the "Quick View" Link via CSS but I have not found where to manage.

    Any Idea?

    Thanks

    Andreas

  • [deleted] replied

    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.

  •  1,514
    Dustin replied

    Hi 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,
    Dustin

  • Andreas Caspari replied

    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


  •  1,514
    Dustin replied

    You're welcome!smile.png

    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