Tagged: quick css
Hey Enfold Folks!
Am I the only one who wishes the Quick CSS text entry box was MUCH wider and taller (ideally the entire width and height of the page)?
Or at least possible to resize the width? Currently it can be made taller but not much wider.
Is it possible for me to alter my child theme to make it wider? Or is this more of a feature request for the Enfold developers?
Thanks!
D
Hey sdigit,
This may be possible. Would you be able to provide admin info so we can log in and look into your admin configuration?
Best regards,
Jordan Shannon
Hi,
Also, another alternative is to do the css on a larger format then copy into the quick css section.
Best regards,
Jordan Shannon
Hi Jordan,
Would be great if it were possible – copy/pasting really makes the workflow a pain when iterating through a bunch of changes.
Admin login details below. Thanks for checking!
D
Hi,
Go to: enfold/framework/css/conditional_load/avia_admin_modern_css and add the following:
#avia_options_page .avia_sidebar_active .avia_description{
display:none!important;
}
#avia_options_page textarea#quick_css{
width:999px!important;
}
Best regards,
Jordan Shannon
Awesome! Thanks Jordan.
Is there any way to put this in my child theme, so I don’t lose the change on theme updates?
Hi,
Unfortunately since this had to be made directly to a theme admin file I don’t believe so.
Best regards,
Jordan Shannon