Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: custom CSS? #72

Open
binaryfire opened this issue Aug 16, 2019 · 3 comments
Open

Feature request: custom CSS? #72

binaryfire opened this issue Aug 16, 2019 · 3 comments

Comments

@binaryfire
Copy link

Hi guys,

Great utility. Would it be possible to add a box to add custom css? I'd also like to customize the top bar background color, main dashboard background color and even change some fonts if possible.

A custom CSS box would let developers do pretty much anything with the dashboard

Cheers!

PS. Could you suggest a way of adding custom CSS working in the mean time?

@nickian
Copy link
Owner

nickian commented Aug 18, 2019

Sure, I can add a section for custom CSS and color of the top bar.

You should be able to add custom CSS to Mautic by appending your CSS to the bottom of /media/css/app.css. Keep in mind that this will be overwritten if you update.

You could also update it in the clean source file here /app/bundles/CoreBundle/Assets/css/app.css, but if you work with this file you'll have to run the Mautic console command in to generate the asset (the minified version):

sudo -u www-data php ./app/console mautic:assets:generate (assuming your web server's user is www-data).

@TornMarketing
Copy link

Hey Nick

Is this one still on the board for enhancement?
We hit a painful visual issue with the class modal-dialog being only 600px, caused an email going out with the wrong email and very keen to get a custom css to make this 800px so we can see more of the Email internal name.

What would it take to get a Custom CSS to append to the existing CSS or run a seperate custom stylesheet.
Happy to make it simple and run !important on each css class

@TornMarketing
Copy link

TornMarketing commented Sep 12, 2021

hey mate

Resurfacing this one for an easy means to add, maintain css/js from whitelabeller.
Keen to fix some annoying ui elements that are px width fixed, specifically the popup forms in campaign builder, hate seeing only the first x characters of an internal email, easily fixed attacking the class.

Not sure what it would take to build into a saved configuration, but happy to contribute $100 or so to help give us the flexibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants