Hello,
i need to change the color of footer’s expandable checkboxes on mobile screen to this color #3C2F2F
This topic has 3 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Alper_D
Hello,
i need to change the color of footer’s expandable checkboxes on mobile screen to this color #3C2F2F
Hello,
Use the next custom CSS code:
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .widget-title span:after {
border-color: #3C2F2F;
}
Regards
solved. thanks a lot.
The issue related to '‘Mobile Screen footer expandable boxes color’' has been successfully resolved, and the topic is now closed for further responses