Change the GUI
-
Hello! How can I change the GUI of accordion? I put this in my theme style.css
.accordion {
border-bottom: 2px solid #FF0000;
margin-bottom: 20px;
}
.accordion-title {
border-top: 1px solid #FF0000;
margin: 0;
padding: 20px 0;
cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}but it’s not working
- The topic ‘Change the GUI’ is closed to new replies.