[ad_1]
I am new to WordPress.
Is there a way to put a background up for the titles of posts?
To be clear; the background for the text of the titles for individual posts and pages is the default background. How can I can add a background for just these titles?
[ad_2]
Can you edit the CSS in your theme? Something like this will do it, but it depends kinda on the structure of your theme template:
h1 {
background-color: blue;
padding: 2em 2.4em;
}