Created
March 22, 2017 15:48
-
-
Save cdillon/49b6cb80a89778a978378f5f837aa3f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ======================== | |
* 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