Button Visibility

Home Forums Calendar Products Community Events Button Visibility

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #931235
    Paul
    Participant

    Is there a way to edit the community form?
    I need to change the colour of my ‘Submit Event’ button as it’s clashing with my site background and therefore barely visible.

    #931577
    Geoff
    Member

    Hello there, Paul! Thanks for getting in touch and welcome to the forums–we hope you’re enjoying the plugins so far. šŸ™‚

    Good question. You can target the submission button in your theme’sĀ styles.css file with this CSS class:

    button, .button, input[type="button"], input[type="reset"], input[type="submit"]

    So, for example, you could do something like:

    button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #000;
    font-size: 16px;
    }

    Give that a shot and let me know if it helps. šŸ™‚

    Cheers!
    Geoff

    #931621
    Paul
    Participant

    Worked! Thank you

    #931633
    Geoff
    Member

    Awesome! Thanks for following up and letting us know. šŸ™‚

    Please feel free to hit us up if any other questions pop up–we’d be happy to help.

    Also, if you haven’t done so already, we’d love it if you gave us some feedback on the plugin on our review page. We’d love to know what you think.

    Cheers!
    Geoff

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