• Resolved bmakhmetov

    (@bmakhmetov)


    Thanks for the great plugin.
    But I couldn’t adjust the border-radius (see screenshot).
    How to do it?

    The page I need help with: [log in to see the link]

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

    (@ninjateamwp)

    Hi @bmakhmetov ,

    Thanks for the compliment!
    That feature would be forwarded as a suggestion to the developers unit.

    Kind regards,
    -Bruce-

    Plugin Author YayCommerce

    (@yaycommerce)

    Hi @bmakhmetov ,

    You can use this CSS:

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

    It will not appear in YayMail interface but you will see it in email viewers when send test or in real emails.

    Let us know if it helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘border radius’ is closed to new replies.