Get 20% Discounts! offer in 2 days

Reply To: Add custom CSS to WordPress admin

Home Support Support Tickets Add custom CSS to WordPress admin Reply To: Add custom CSS to WordPress admin

#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 9 years, 4 months ago by Damian Baker.
  • This reply was modified 5 years, 11 months ago by Damian Baker.