Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created March 18, 2019 21:00
Show Gist options
  • Save jessestu/99e44d6a931cfc6ba1f3f47cce57f1e5 to your computer and use it in GitHub Desktop.
Save jessestu/99e44d6a931cfc6ba1f3f47cce57f1e5 to your computer and use it in GitHub Desktop.

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS makes the first paragraph of text match the style of additional paragraphs in Luxury theme.
* 11340446-hc (jw)
*/
.content-holder > p:first-child {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

Tip: keep the /* comment */ in the code to later know what this code does.

Example of where to add the CSS

If this image fails to load, please see it at: http://cld.wthms.co/av2gwv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment