Thread Starter
ytek24
(@ytek24)
Hello, I just found the solution.
I’m posting it here for thoses who will need it:
For the search ads background color : I decided to change everything to black
Just copy paste this to your CSS section.
.adverts-options{
background-color: #222222!important;
}
.adverts-list-sort-label{
background-color: !important;
}
.adverts-button-small{
background-color: #222222 !important;
}
Now for the recent ads section:
Change the #FFA38A to whatever color you want
.adverts-widget-recent{
background-color: #222222
!important;
}
.advert-widget-recent-price{
color: #FFA38A
!important;
}
.adverts-widget-recent .adverts-widget-recent-title a, .adverts-widget-recent .adverts-widget-recent-title a:visited{
color: #FFA38A
!important;
}