Alter Line Height On One Page Only
-
I have a bunch of images I want to sit together on a page with no space between them so I altered my child theme style.css here and changed the line-height to 0px
#content textarea {
color: #333;
font-size: 16px;
line-height: 0px;
}
This worked fine but it changes the line-height on all pages to 0px.
Is there a way I can target only certain pages with these changes but leave the others as they are?
My site isn’t live at the moment as im still building it on a local host.
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Alter Line Height On One Page Only’ is closed to new replies.