Skip to content

Instantly share code, notes, and snippets.

@ryantownley
Created February 3, 2019 19:07
Show Gist options
  • Save ryantownley/dc27f41526b9c8216ee2353e375e3838 to your computer and use it in GitHub Desktop.
Save ryantownley/dc27f41526b9c8216ee2353e375e3838 to your computer and use it in GitHub Desktop.
Genesis Simple FAQ styles
/* Genesis Simple FAQ
--------------------------------------------- */
.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: #0073e5;
}
.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