Site logo

[Resolved] Global button spacing

Home Forums Support [Resolved] Global button spacing

Home Forums Support Global button spacing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2469988
    Josh

    Is there any way to set global button padding? I’m using pro version of GeneratePress and the regular version of generateblocks. I want to set all buttons to have a padding of 5px 20px.

    #2469994
    Fernando
    Customer Support

    Hi Josh,

    For reference, do the Buttons have different designs other than Padding? For instance, do the buttons have different colors?

    #2470082
    Josh

    I’d prefer to be able to set all that at once. Padding, bg color, text, hover color, hover text. All buttons throughout the site to be the same. Padding is most important.

    #2470110
    Fernando
    Customer Support

    I see. If you’re using GB Pro, you can use Global Styles for all GB Buttons. Reference: https://docs.generateblocks.com/article/global-styles

    Otherwise, you can try adding this through Appearance > Customize > Additional CSS:

    a[class*="button"] {
      background-color: #8f0c51 !important;
      padding: 10px 30px 10px 30px !important;
    }

    This code targets all links with a class that has button text.

    You may alter the values in this code to your preference.

    #2470767
    Josh

    awesome! thank you!

    #2471032
    Fernando
    Customer Support

    You’re welcome, Josh!

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