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
background-color: transparent; | |
margin-right: 10px; | |
display: table !important; | |
position: relative !important; | |
margin-left: auto !important; | |
margin-right: auto !important; |
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
position: relative; | |
padding: 0.2em 1em; | |
border: 2px solid #BD6982 !important; | |
-webkit-border-radius: 3px; | |
-moz-border-radius: 3px; | |
border-radius: 3px; | |
background: transparent; | |
font-size: 16px; | |
font-weight: 600; | |
line-height: 1.7em !important; |
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
background-color: #ECF0F5; |
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
/* Switch mobile logo */ | |
@media only screen and (max-width: 980px) { | |
#logo { | |
content: url("/wp-content/uploads/2017/06/your-awesome-mobile-logo.png"); | |
} | |
} |
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
/* Increased letter spacing on mobile menu */ | |
.et_mobile_menu { | |
letter-spacing: 2px; | |
} | |
/* Increased font size on mobile menu */ | |
.et_mobile_menu li a { | |
font-size: 18px; | |
} |
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
/* Increase mobile menu bar height */ | |
.et_header_style_left .mobile_menu_bar { | |
padding-bottom: 85px; | |
} | |
/* Moved hamburger down */ | |
.mobile_menu_bar:before { | |
top: 35px !important; | |
} |
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
/* Styling CF7 to look like the Divi Contact Form */ | |
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar { | |
background-color: #eee !important; | |
border: none !important; | |
width: 100% !important; | |
-moz-border-radius: 0 !important; | |
-webkit-border-radius: 0 !important; | |
border-radius: 3px !important; | |
font-size: 14px; | |
color: #999 !important; |
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
[one_half]<label>[text* your-name placeholder "Name (required)"]</label>[/one_half][one_half_last]<label>[text* your-phone placeholder "Phone (required)"]</label>[/one_half_last] | |
<label>[email* your-email placeholder "Email (required)"]</label> | |
<label>[text your-subject placeholder "Subject"]</label> | |
<label>[textarea your-message placeholder "Your Message"]</label> | |
[recaptcha] | |
[submit "Send"] |
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
/* Fixed Flag on Side of Screen */ | |
#fixed-flag { | |
background: #fff; | |
position: fixed; | |
top: 120px; | |
right: 0; | |
z-index: 999; | |
border-radius: 4px 0 0 4px; | |
} | |
#fixed-flag a { |
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
<div id="fixed-flag"><a href="http://www.yourgreatsite.com/dealers/"><span>Find your</span><br>Dealer</a></div> |