Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Change background of this page to white. without affecting the rest of the pages › Reply To: Change background of this page to white. without affecting the rest of the pages
August 22, 2022 at 3:54 pm
#38990
Keymaster
Hi,
It is not part of our plugin, but it should be fairly simple, something like this:
.search article {
background: red !important;
}