29 lines
753 B
CSS
29 lines
753 B
CSS
li#accordion-section-halloween_gift_store_go_pro {
|
|
display: block !important;
|
|
}
|
|
#accordion-section-halloween_gift_store_go_pro h3.accordion-section-title{
|
|
background: #e554be !important;
|
|
color: #fff !important;
|
|
font-size: 13px;
|
|
padding: 15px 15px 15px 10px;
|
|
}
|
|
a.button.button-secondary.alignright {
|
|
color: #e554be!important;
|
|
background: #FFF !important;
|
|
font-size: 14px;
|
|
margin: -5px !important;
|
|
border-radius: 0 !important;
|
|
border: none !important;
|
|
font-size: 14px;
|
|
}
|
|
#accordion-section-halloween_gift_store_go_pro .accordion-section-title:after{
|
|
display: none;
|
|
}
|
|
.customize-pane-parent{
|
|
overflow-x: hidden !important;
|
|
}
|
|
.accordion-section-title button.accordion-trigger{
|
|
height: auto !important;
|
|
}
|
|
|