Home › Forums › Iconic One Pro Support › change pages format › Reply To: change pages format
June 21, 2020 at 4:15 pm #6096
Themonic-Support
Keymaster
You can target the widget area like below:
.widget-area .widget a {
color: #0099ff;
}
.widget-area .widget a:hover {
color: #59d600;
}