• Resolved JIM Z

    (@aazgalerie)


    Hi,

    I’m currently using your awesome plugin, and I would like to modify the CSS for the {{cart.checkout_url}}. However, I can’t seem to find the CSS in the PHP files. Could you please provide the location of the CSS for this, along with the specific .class used?

    Thanks in advance for your help!

    Best,

    Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @aazgalerie,

    Currently, CartFlows does not have a dedicated CSS class for {{cart.checkout_url}}. This might be available in a future update.

    As a workaround, you can use the following code in your email content to apply a specific color to the checkout URL:

    <div class="carturl"> <style> .carturl a { color: #0000ee !important; } </style> {{cart.checkout_url}} </div>

    This ensures the checkout URL appears in blue (#0000ee), overriding any default styles applied by email clients.

    Please refer to this screenshot: https://bsf.d.pr/i/NeQqp0.

    Let us know if we could be of any further assistance.?

    Plugin Support Aamir

    (@aamiribsf)

    Hello @aazgalerie,

    It’s been a while since we haven’t heard from you so we are marking this thread as resolved.

    If you faced any other issues while using our product, feel free to start a new thread.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.