Home › Support › Support Tickets › Add custom CSS to WordPress admin › Reply To: Add custom CSS to WordPress admin
December 12, 2014 at 2:41 PM
#11703
Damian Baker
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 ago by Damian Baker.
- This reply was modified 6 years, 7 months ago by Damian Baker.