PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, October 19, 2022

[FIXED] How to get default wordpress admin styles

 October 19, 2022     admin, css, wordpress     No comments   

Issue

I'm trying to find default wordpress styles for default color schema.

I'm able to find css styles for all other color schemas like (light, blue, coffee etc.) but I'm not able to find the file with the "default" color scheme.

Does anyone know where is it located?


Solution

These admin styles are actually dynamically built from files in the /wp-includes/css/ and /wp-admin/css/ directories.

However, if you need to add or modify styles, you should consider enqueueing a custom stylesheet, instead of touching the core CSS files.



Answered By - rnevius
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing