[Support request] Button White With Black Edge (Surround)

Home Forums Support [Support request] Button White With Black Edge (Surround)

Home Forums Support Button White With Black Edge (Surround)

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

    Hi

    I have a client that has requested white buttons with a black edge or surround. Just like the one you use here on your Submit button. This would be for pages / products and blogs. Are you able to help with a fix. I believe the customise option does not cover this.

    Would really help. thank you.

    John

    #667688
    Leo
    Staff
    Customer Support

    Hi there,

    Your site is under coming soon page.

    Any chance you can unlock it so we can see?

    #667762
    John

    Hi Leo

    Sorry. I’ve unlocked it.

    The shop is not open so not many buttons on view. But the read more buttons on the blog page are typical.
    Wanted to have them White with a black edge. Like the Submit Button below on the GP site.

    https://goodhealthboutique.co.uk/blog/

    Thanks John

    #667788
    Leo
    Staff
    Customer Support

    Try some CSS like this for button border and border radius

    button, 
    html input[type="button"], 
    input[type="reset"], 
    input[type="submit"], 
    a.button, 
    a.button:visited {
        border: 1px solid #000;
        border-radius: 5px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    The color options should be in the customizer.

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