Home › Forums › Support Tickets › Add custom CSS to WordPress admin › Reply To: Add custom CSS to WordPress admin
December 12, 2014 at 2:41 PM
#11703
Participant
Hi Ciaran,
If you used the CSS declaration code as in:
<style type=”text/css”>
#wpbody-content h2 {
text-transform: uppercase;
color: #ff6200 !important;
}
</style>
It should work fine.
Thanks,
Damian
-
This reply was modified 10 years, 4 months ago by
Damian Baker.
-
This reply was modified 6 years, 11 months ago by
Damian Baker.