Centering and adjusting header text
-
I’m creating a child theme with the Simplest theme as the parent. I’m trying to center and enlarge the header text, but I don’t see a difference in the preview.
Following the child theme name and template name, this is the code I’ve entered into the stylesheet:
@import url(“../simplest/style.css”);
h1 {font-size: 3.0em;}
h1 {text-align: center;}Am I missing something? Can somebody please tell me why these changes aren’t visible in my child theme preview?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Centering and adjusting header text’ is closed to new replies.