Support ForumOverride admin-style.css – Support Forum https://support.ishyoboy.com/forums/topic/override-admin-style-css/feed Fri, 14 Mar 2025 08:59:57 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8629 <![CDATA[Override admin-style.css]]> https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8629 Sat, 06 Jun 2015 20:57:32 +0000 dpcdpc11 Is there a way to override admin-style.css? I tried duplicating the same folder structure in the child theme to override the functions.interface.php where I could register another css file to override the admin-style.css but it didn’t work.
Any help would be much appreciated!

]]>
https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8654 <![CDATA[Reply To: Override admin-style.css]]> https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8654 Tue, 09 Jun 2015 10:08:15 +0000 IshYoBoy Hey,

You cannot override it in a child theme but you can use a standard WordPress hook to add your own css style and control what you need. E.g.:

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8668 <![CDATA[Reply To: Override admin-style.css]]> https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8668 Tue, 09 Jun 2015 12:47:34 +0000 dpcdpc11 Thanks for the help!
At first it broke your Theme settings panel, so I had to change
wp_enqueue_style('admin-style', get_stylesheet_directory_uri() . '/your-folder-structure/admin-style.css');
to
wp_enqueue_style('my-admin-style', get_stylesheet_directory_uri() . '/admin-style.css');
I guess it was conflicting with the already registered admin-style.

]]>
https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8671 <![CDATA[Reply To: Override admin-style.css]]> https://support.ishyoboy.com/forums/topic/override-admin-style-css/#post-8671 Tue, 09 Jun 2015 13:04:13 +0000 IshYoBoy Hey,

Ah, sure! Thanks for posting it!

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>