Skip to content

Instantly share code, notes, and snippets.

@cdillon
Created March 22, 2017 15:48
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 cdillon/49b6cb80a89778a978378f5f837aa3f3 to your computer and use it in GitHub Desktop.
Save cdillon/49b6cb80a89778a978378f5f837aa3f3 to your computer and use it in GitHub Desktop.
/* ========================
* Lucid Theme improvements
* ========================
*/
/* ---------------------
* if using Divi Builder
* ---------------------
*/
/* display template */
.et-pb-theme-lucid #et_builder_outer_content .strong-view h3.testimonial-heading {
line-height: 29px;
padding-bottom: 0;
margin-bottom: 10px;
}
/* form template */
.et-pb-theme-lucid #et_builder_outer_content .strong-form input[type=text],
.et-pb-theme-lucid #et_builder_outer_content .strong-form input.text,
.et-pb-theme-lucid #et_builder_outer_content .strong-form input.title,
.et-pb-theme-lucid #et_builder_outer_content .strong-form textarea,
.et-pb-theme-lucid #et_builder_outer_content .strong-form select {
background-color: #fff;
border: 1px solid #bbb;
padding: 2px;
color: #4e4e4e;
}
/* submit button still needs style */
/* -----------------------
* if using default editor
* -----------------------
*/
/* display template */
.et-pb-theme-lucid .strong-view h3.testimonial-heading {
line-height: 29px;
padding-bottom: 0;
margin-bottom: 10px;
}
.et-pb-theme-lucid .strong-view div {
line-height: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment