This topic has 7 replies, 2 voices, and was last updated 9 years by broadsword.
-
Author
Tagged: line height body copy
-
May 23, 2015 at 21:13 #59929
broadsword
ParticipantHi there,
We just tried to change the line-height of the basic body copy in our ‘theme options’ panel, but it didn’t seem to have any actual effect on the body copy as it renders in a browser.
Wondering if there’s a way we can force that in CSS?
I think the default is 20, we’d like to change it to say…32.
May 24, 2015 at 20:16 #59995sharmstr
ModeratorWorks for me. Perhaps you need to clear your cache.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 24, 2015 at 20:20 #59996sharmstr
ModeratorSee attached.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.May 24, 2015 at 21:35 #60003broadsword
ParticipantYeah, I get the same thing – the line height preview shows up just fine, but the on-page text doesn’t reflect the change. We ARE using WPEngine, which has a CDN cache which only updates every 24 hours, so we’ll flush that and see what happens.
May 27, 2015 at 03:47 #60263broadsword
ParticipantMay 27, 2015 at 03:52 #60265sharmstr
Moderatorbody {
line-height: 32px;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 27, 2015 at 03:57 #60267sharmstr
ModeratorI think you might be better containing it to the article div though
COPY CODEarticle { line-height: 32px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.