Skip to content

Instantly share code, notes, and snippets.

@jamiemarsland
Last active March 22, 2017 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiemarsland/3a13aca923f760954b075ea74684041d to your computer and use it in GitHub Desktop.
Save jamiemarsland/3a13aca923f760954b075ea74684041d to your computer and use it in GitHub Desktop.
Fix for Post title not showing over featured image with Pootle Pagebuilder - add the following css to fix the issue
.full-image .ppb-post .ppb-blog-content {
z-index: 11;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment