Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #413310

    Hi,

    I’ve been doing some user testing and getting feedback on my website. Many users are complaining about the white text color inside my buttons being too hard to read. They are also complaining about this text being too small.

    How can I change the color of the text in a button, and how can I increase the font size? I’ve tried many colors and seem to get the same complaint, the buttons are hard to read :(

    Would be great to have this as part of the button options in the Advanced Editor.

    Thanks

    #413830

    Hi dmoravec!

    You can change the colors when you edit the button options, just click on the “Colors” tab and then select custom.

    For the font size add this to your custom CSS.

    .avia-button-wrap * {
      font-size: 20px !important;
    }

    Regards,
    Elliott

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