• Resolved Drain0

    (@drain0)


    Dear JP
    Why have you styled your submit button?
    Surely it makes more sense for this to be handled by the theme?

    I’ve got to go into my myriad of sites to restyle now… tiresome…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @drain0

    You’ve mentioned that we’ve introduced restyling of the submit button. Is it specifically with the Subscriptions Block? We haven’t made any changes to that one with our latest updates, as this option was already there before our latest update.

    We appreciate your feedback, though having the styling option available in the Block Editor makes more sense as some themes don’t have the same functionalities and ease of use to adjust that.

    Best,

    Thread Starter Drain0

    (@drain0)

    Thank you for your reply.

    The subscribe button has radius corners now. I would like it square. So I have added:

    .wp-block-button__link {
    border-radius: unset;
    }

    Is this correct please?

    Hi @drain0,

    I’m afraid we can’t help with custom CSS as that’s outside the scope of our support.

    The unset CSS keyword will work as long as the border-radius property isn’t being inherited from a parent that specifies a border-radius as well. There’s more about the unset property on MDN Web Docs.

    Try that out and see if it works for you. If it doesn’t, then you might want to set a specific border-radius value like 0. Again, that’s as much help we can offer on CSS customizations.

    Anonymous User 18700194

    (@anonymized-18700194)

    Hi there,

    It has been more than one week since we have heard from you, so I’m marking this topic as resolved.

    But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Subscription Button Styling’ is closed to new replies.