Created
August 26, 2017 10:38
-
-
Save jdelia/82d9869941c0c1321ede1b6e62033f1c to your computer and use it in GitHub Desktop.
Genesis Simple FAQ Styles
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
.gs-faq__question { | |
background: transparent; | |
border-bottom: 1px solid #eee; | |
color: #333; | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.gs-faq__question:focus, | |
.gs-faq__question:hover { | |
background: transparent; | |
color: #c3251d; | |
} | |
.gs-faq__question::after { | |
content: "\f132"; | |
font-family: "dashicons"; | |
float: right; | |
} | |
.gs-faq__question.gs-faq--expanded::after { | |
content: "\f460"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment