• Resolved MGF

    (@mygayflatmate)


    How can I change the border radius of the email?

    I am trying to achieve this.

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Bruce

    (@ninjateamwp)

    Hi @mygayflatmate ,

    Thanks for coming today!

    Please allow me to check this and feed you back as soon as possible.

    Kind regards,
    -Bruce-

    Plugin Author YayCommerce

    (@yaycommerce)

    Hello @mygayflatmate ,

    Please try this CSS

    table tbody tr .web-main-row:first-child {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    table tbody tr .web-main-row:last-child {
       border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    

    Let us know if it helps.
    Cheers!

    Thread Starter MGF

    (@mygayflatmate)

    nothing changed :/

    I put it settings > general > custom CSS but it didn’t change :/

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @mygayflatmate ,

    Please make sure you are checking not with the “Test” email, but real email on the site with real order.

    Thank you.

    Kind regards,
    -Bruce-

    Thread Starter MGF

    (@mygayflatmate)

    yes, I tested the real one..

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @mygayflatmate ,

    In this technical case, you can reach out to the developers to have a look for you:
    yaycommerce.com/support

    Kind regards,
    -Bruce-

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘border radius’ is closed to new replies.