Support

Home Forums Event Espresso Premium Color of Submit button, form fields

Color of Submit button, form fields

Posted: August 20, 2013 at 3:26 pm

Viewing 4 reply threads


Paul Pehrson

    August 20, 2013 at 3:26 pm

    When you view events on my calendar (http://paulpehrson.com/event-calendar/) and yhou click to show a specific event, the “register” button is so greyed out that I can’t read it on my screen. It looks white. This doesn’t seem to be affected by the ThemeRoller jQuery.

    Also seemingly unaffected by ThemeRoller is the background color of the text boxes for “First Name”, “Last Name”, and “Email” which are almost impossible to see on my screen. Oddly enough, the “Promo Code” box is obvious. It looks fine.

    EE v. 3.1.31.1P
    WP v. 3.6
    url: paulpehrson.com

    Plugins:

    Akismet by Automattic version 2.5.9,
    Bad Behavior by Michael Hampton version 2.2.14,
    Clean Archives Reloaded by Viper007Bond version 3.2.0,
    Contact Form 7 by Takayuki Miyoshi version 3.5.2,
    Event Espresso – Calendar by Event Espresso version 2.0.6.1,
    Event Espresso – Recurring Events by Event Espresso version 1.1.7.1,
    Event Espresso by Event Espresso version 3.1.34.1.P,
    FD Feedburner Plugin by John Watson version 1.46,
    Google Analytics for WordPress by Joost de Valk version 4.3.3,
    Google XML Sitemaps by Arne Brachhold version 3.2.9,
    Impostercide by Mika Epstein, Scott Merrill version 1.8,
    Jetpack by WordPress.com by Automattic version 2.3.5,
    Lightbox Plus ColorBox by Dan Zappone version 2.6,
    P3 (Plugin Performance Profiler) by GoDaddy.com version 1.4.1,
    Really Simple CAPTCHA by Takayuki Miyoshi version 1.7,
    Subscribe To Comments by Mark Jaquith version 2.1.2,
    Textile Live Preview (AJAX Version) by Joen Asmussen. version 1.1,
    TTFTitles by John Leavitt version 0.4.2,
    WooCommerce by WooThemes version 2.0.13,
    WooDojo by WooThemes version 1.5.2,
    WooSidebars by WooThemes version 1.3.1,
    WordPress Importer by wordpressdotorg version 0.6.1,
    WP Comment Remix by Jason DeVelvis version 1.4.4,
    WP-EMail by Lester ‘GaMerZ’ Chan version 2.61,
    WP-Print by Lester ‘GaMerZ’ Chan version 2.52,
    WP to Twitter by Joseph Dolson version 2.7.3,
    WP Tweets by Jayson Joseph Chacko version 1.1,
    WP UI – Tabs, accordions and more. by Kavin version 0.8.7


    Paul Pehrson

      August 20, 2013 at 3:27 pm

      Oddly enough, the unreadable button on the calendar (first issue) seems to be an IE issue. The button looks okay in FF and Chrome, but not IE (which I was using for testing, b/c I’m not logged in to my WP back end in IE).


      Sidney Harrell

      • Support Staff

      August 20, 2013 at 6:35 pm

      On the registration page, the problem is the rule:

      .required {
      color: #c00;
      border: 0;
      }

      coming from http://www.paulpehrson.com/wp-content/themes/canvas5.2.7/css/woocommerce.css line 1037.


      Paul Pehrson

        August 22, 2013 at 11:49 am

        So, sorry, dumb (newbie) question, but where do I add different CSS so I can fix that, but not have my changes overridden with the next update of EE?


        Sidney Harrell

        • Support Staff

        August 22, 2013 at 12:56 pm

        You could use a plugin such as My Custom CSS (http://wordpress.org/plugins/my-custom-css/) to insert a rule such as:

        .event_form_field .required {
        border-width: 1px;
        border-style: solid;
        }

        That rule from woocommerce is still turning the border red. To turn it back to grey, you could add:

        .event_form_field .required {
        border-width: 1px;
        border-style: solid;
        border-color: #ccc #efefef #efefef #ccc;
        }
        Viewing 4 reply threads

        The support post ‘Color of Submit button, form fields’ is closed to new replies.

        Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

        Event Espresso - Staging Server