Change background color on submit form

Home Forums Calendar Products Community Events Change background color on submit form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1183995
    Randal
    Participant

    Is there any way to change the background color of the submit form, it’s clear and the text is not readable on the background image. Also is there a way to modify the the submit form.

    #1184244
    Geoff B.
    Member

    Good evening Randal and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    The short answer is yes. You can modify pretty much anything using either custom CSS or a template override. You might want to read our Themer’s guide to get a sense of how that works.

    The CSS for the background colour of the submit form is

    #tribe-community-events .button {
    background-color: #000;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

     

    #1184523
    Randal
    Participant

    I need to change the background of the form not just the button.

    #1184657
    Geoff B.
    Member

    Good afternoon Randal,

    Thank you for writing back.

    I am sorry about the misunderstanding.
    There are a couple of ways you could go about this.

    The first thing I would like to recommend is to try different settings for Events Template under Events -> Settings -> Display

    There is a good chance that this can help.

    Other than that, you can also try the following CSS

    #tribe-events-pg-template {
    background-color: white;
    padding: 20px;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1192124
    Randal
    Participant

    Thank You so much for your help.

    #1192161
    Geoff B.
    Member

    Hey Randal,

    I am stoked that once again this helped!

    For now, I am going to close this thread.

    Have a great day!

    Geoff B.

     

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change background color on submit form’ is closed to new replies.