How change color and size of the first paragraph ?
- The topic ‘How change color and size of the first paragraph ?’ is closed to new replies.
Need help? Check out our Support site, then
I want the first pararaph of all my pages are the same of the rest of the page.
Now the first paragraph is bigger than the rest and the color is grey.
The blog I need help with is: (visible only to logged in users)
Hello,
You can change back to styling of the first paragraph by matching the styling of the first of type
selector to the body style. To do so you would add the following CSS in the Custom Design or Custom CSS add-on:
.article > p:first-of-type {
color: #666666;
font-weight: initial;
font-size: 1em;
line-height: initial;
}
Feel free to edit these as desired.
Thank you,
Rebecca
Thank you !
You’re welcome! :)
Cheers,
Rebecca