EVENT ESPRESSO ISSUE

Support Area Forums Epic EVENT ESPRESSO ISSUE

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.perfectingfaithministry.org/mega-soccer-camp/
  • Author
    Posts
  • #30110
    Elroy Philip
    Participant

    Hi

    You solved this issue for another poster in January in the agency forum. i tried the solution for my issue with the epic theme without success.

    problem:

    I just added event espresso and am having an issue trying to darken the Submit but for final registration to my events. They come up almost un-noticeable. Any idea on how to darken the submit buttons?

    I used the following css in the theme options custom css area without success

    }

    a.a_register_link.ui-state-hover,
    input.btn_event_form_submit.ui-button {
    background-color: #000;
    background-image: none;
    color: #fff;
    border-color: #ff0a0a;
    }

    #30113
    Bill Robbins
    Moderator

    Hello Elroy,

    Great question. Let’s try approaching it this way:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      body.light input.btn_event_form_submit {
      	color: #000;
      }
      
      body.light input.btn_event_form_submit:hover {
      	color: #fff;
      }
      

      The top style there will be for the default state of the button and the second one will be for the hover. Set those colors to fit your needs.

    3. Update your settings.

    See if that doesn’t get you to where you’d like to go.

    Take care,
    Bill

    #30114
    Elroy Philip
    Participant

    Bill,

    Thank You ..Thank You.. Thank You..
    That solved the issue

    Elroy

    #30115
    Bill Robbins
    Moderator

    Fantastic…have a great week 🙂

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