Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1333465

    Hi! I’ve been through this forum in detail with no luck. Can you help me change the color of the related products buttons and center (instead of left align) the buttons?

    Thanks!

    https://ade-medical.z4pby1v9-liquidwebsites.com/product/test/

    #1333468

    Hey julhobart,
    Thanks for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.single-product.woocommerce-page #main .av-woo-product-related-upsells .inner_product .button {
        background-color: #ef7f20;
        border-color: #ef7f20;
        color: #ffffff;
        margin: auto;
        float: none;
        width: 110px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1333553

    Worked perfectly, thanks!! You may close.

    #1333571

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘customize related products button’ is closed to new replies.