Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Theme Name: Enfold Child
- Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
- Version: 1.0
- Author: Kriesi
- Author URI: http://www.kriesi.at
- Template: enfold
- */
- /*Add your own styles here:*/
- html, html a {
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- }
- body {
- font-family: "freight-sans-pro",sans-serif !important;
- font-size: 18px;
- font-weight: 500;
- letter-spacing: normal !important;
- }
- .content, .sidebar {
- box-sizing: content-box;
- min-height: 1px;
- padding-bottom: 50px;
- padding-top: 0px;
- z-index: 1;
- }
- .page-id-2702 .content {
- box-sizing: content-box;
- min-height: 1px;
- padding-bottom: 50px;
- padding-top: 0;
- z-index: 1;
- }
- h1, h2, h3, h4, h5, h6 {
- font-family: "adelle",serif;
- font-weight: 300;
- }
- h2.av-special-heading-tag {
- font-family: "freight-sans-pro",sans-serif !important;
- }
- h3 {font-size: 20px !important;}
- .av-main-nav > li > a {
- font-size: 16px;
- font-weight: 500;
- }
- .av-special-heading { margin-top: 20px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement