Internal CSS on WordPress page?
-
I don’t want to change the theme by having an external style sheet and I already know how to do inline css in WordPress, but how do I or can I implement internal css that usually is found in the head of a html page?
Like the code below(as a generic example). Could it be on a single WordPress “edit page” and implemented but not seen on the actual page?
<head> <style> body { background-color: linen; } h1 { color: maroon; margin-left: 40px; } </style> </head>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Internal CSS on WordPress page?’ is closed to new replies.