Posted: August 28, 2014 at 3:32 pm
|
I’m using the Iced Mocha theme, which has a “custom CSS” field in its theme settings. CSS changes that I’m making there are not overriding the stylesheets consistently, especially when setting styles for EE4 add-ons like the Table View addon for EE4. |
Hello, Try using a plugin like Reaktiv CSS builder or My Custom CSS which loads the CSS file after the theme. Then force refresh to see the changes: http://en.support.wordpress.com/browser-issues/#force-refresh — |
|
|
I’ve tried three different CSS override plugins (including the two you recommended) and none have worked. Could it be an issue in Iced Mocha or the Table View plugin? |
What is the change that you are trying to make and does it work in your local browser via Firebug or Chrome Developer Tools? If possible, please post the actual CSS here along with a link so we can check into this. — |
|
|
Here is the code I’m trying to modify:
I’m just trying to change the color of the border in this situation, but any attempt to change the css for the table-view addon is failing. And yes, I’ve been successful at changing it in Firebug. |
What is the page where you are applying that to? — |
|
|
|
|
Hi Erica, I have tested out the above code in the Iced Mocha theme’s custom cSS and it worked as intended ( http://take.ms/wlq8o I made mine yellow for clarity). Looking at your site, it should still function as the Iced Mocha custom css is being output after the tables css. Can you please add the above code to the Iced Mocha custom CSS section so we can examine it on site please? |
|
OK. I just added the following code to the Iced Mocha custom CSS section:
It doesn’t alter the border around the events table. |
Try this updated CSS: .entry-content fieldset, #content tr td, #content tr th, #content thead th { border-color: #fff !important; } — |
|
|
I tried that and still no luck… |
The following style is appearing multiple times in the page source: .entry-content fieldset, #content tr td, #content tr th, #content thead th { border-color: #ffffff; } Remove it from all of the sources that you have added it through and save changes. Then add the following to the custom CSS area of your theme and save changes: .entry-content fieldset, #content tr td, #content tr th, #content thead th { border-color: #fff !important; } Then clear your cache for your caching plugin. Also ensure that no-cache rules are running: https://eventespresso.com/wiki/setup-nocache-exclusion-rules-event-espresso/ — |
|
|
OK, the Iced Mocha custom CSS is still failing – but the “Adding CSS” plugin works with the Many thanks! |
The support post ‘Custom CSS changes in Iced Mocha (EE4) not overriding stylesheets’ 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.