We plan to deprecate Genesis Simple FAQ in favor of the Accordion block from Atomic Blocks:
studiopress/genesis-simple-faq#63
We have some vestigial CSS for Genesis Simple FAQ that is no longer used in the Sample demo. This could now be removed.
|
/* 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; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */ |
|
float: right; |
|
} |
|
|
|
.gs-faq__question.gs-faq--expanded::after { |
|
content: "\f460"; |
|
} |
|
|
We plan to deprecate Genesis Simple FAQ in favor of the Accordion block from Atomic Blocks:
studiopress/genesis-simple-faq#63
We have some vestigial CSS for Genesis Simple FAQ that is no longer used in the Sample demo. This could now be removed.
genesis-sample/style.css
Lines 888 to 914 in 38bb767
genesis-sample/style.css
Line 48 in 38bb767