Created
August 23, 2018 20:32
-
-
Save keiraarts/9fece1e7379049fa6addfabe97135190 to your computer and use it in GitHub Desktop.
Css
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
.coupon { | |
display: none!important; | |
} | |
article.post .post-meta .date { | |
margin-bottom: 0px; | |
} | |
article.post .post-meta .date { | |
padding-bottom: 0px; | |
border-bottom: 0px!important; | |
} | |
.woocommerce-additional-fields { | |
display: none; | |
} | |
#header-outer[data-transparent-header="true"] { | |
border-bottom: none!important; | |
} | |
#mobile-menu ul li a { | |
border-bottom: 0px dotted rgba(0, 0, 0, 0.2)!important; | |
color: #f3f3f3 !important; | |
} | |
li#menu-item-19736 a { | |
color: white!important; | |
} | |
div#header-outer { | |
box-shadow: none !important; | |
} | |
html body #header-outer.transparent[data-transparent-header="true"] { | |
border: none!important; | |
} | |
div.post-content { | |
padding-left: 0px; | |
} | |
.single-portfolio #project-meta .sharing li:last-child, body.single-post .blog-title #single-meta ul li:last-child, body.single-product #single-meta ul li:last-child { | |
margin-right: 0px!important; | |
padding-right: 0px!important; | |
border-right: 0px!important; | |
color: #151015; | |
} | |
.admin-bar #header-outer { | |
top: 0px!important; | |
} | |
p#billing_email_field { | |
float: left; | |
width: 100%; | |
} | |
i.fa.fa-instagram, i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-pinterest { | |
margin-top: 0px!important; | |
} | |
.create-account { | |
padding-top: 0px!important; | |
} | |
.checkout .woocommerce-billing-fields { | |
padding-right: 0px!important; | |
} | |
#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav > ul > li.button_solid_color > a { | |
letter-spacing: 0.2px!important; | |
} | |
#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav > ul > li.button_solid_color > a:hover, | |
#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav > ul > li.button_solid_color > a:focus { | |
color: white!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment