Skip to content

Instantly share code, notes, and snippets.

@jdelia
Created August 26, 2017 10:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdelia/82d9869941c0c1321ede1b6e62033f1c to your computer and use it in GitHub Desktop.
Save jdelia/82d9869941c0c1321ede1b6e62033f1c to your computer and use it in GitHub Desktop.
Genesis Simple FAQ Styles
.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