Viewing 4 reply threads
  • Author
    Posts
    • #11700
      Ciaran Whelan
      Participant

      I have found the auxiliary tab, selected the “Website Backend” checkbox, and then selected CSS. I have written up some custom style to change some styling in the backend of WordPress, however the styles are not applied, instead they are printed out in the header in the backend.

      Is there an additional step that I have obviously missed?

    • #11702
      Ciaran Whelan
      Participant

    • #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, 3 months ago by Damian Baker.
      • This reply was modified 5 years, 10 months ago by Damian Baker.
    • #11704
      Ciaran Whelan
      Participant

      Seems something is missing from your reply above.

    • #11718
      Damian Baker
      Participant

      Hi Ciaran,

      It seems the code did not show.
      I have since edited the reply above.

      Regards,
      Damian

Viewing 4 reply threads
  • You must be logged in to reply to this topic.