Support

Home Forums Event Espresso Premium Template Customization and CSS

Template Customization and CSS

Posted: November 6, 2013 at 1:34 pm


kolaughlin

November 6, 2013 at 1:34 pm

We had our forms/templates looking just the way we wanted, and then upgraded to the new EE because our email confirmations were no longer sending. I downloaded all of our files before upgrading because I knew I would have to compare and correct the new CSS files to match our style changes. However, when I upgraded, it doesn’t matter what CSS files we change, upload, etc…the styles DO NOT change to our specifications. I realize that the way CSS works in the new version of EE is different than before, so I have read your tutorial and played with both themeroller styles and putting our custom CSS in the content/uploads/espresso/templates folder. However, again, nothing is recognized.

My main question is that I just want to remove the 1px borders around all of the tables that show up in the registration system. Please tell me where I can make this change and move on with my life. Thank you! Note: We have not made any changes to our theme, and have only updated EE, so I have only been looking in EE related files. If upgrading EE changed anything in our theme, please advise. I am about to go batty.


Dean

November 7, 2013 at 2:15 am

Hi,

No EE would not have changed anything in your theme.

The border around the events has been added by the Smoothness Themeroller, but it is easy over ridden.

In your themes style.css file or ina plugin such as My Custom CSS (a good free plugin) add the following CSS:

To remove the borders in the event list

#event_content .ui-widget-content {
border: 1px solid #fff !important;
}

To remove the borders on the registration page

#event_espresso_registration_form .ui-widget-content {
border: 1px solid #fff !important;
}

The support post ‘Template Customization and CSS’ 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