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
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 7 months ago.
- AuthorPosts
- August 22, 2022 at 3:10 am #38977
Change background of this page to white. without affecting the rest of the pages or publications. should not affect the front.
only to this page white color
search result area
Attachments:
You must be logged in to view attached files.August 22, 2022 at 9:42 am #38983Hi,
Do you mean, that you want to change the search barckground color or the whole page background color on the search results page?
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 22, 2022 at 2:30 pm #38987only the search background, not the whole page
I tried with this code but it changes the color to the front. do not help me. I only want this page, not the rest
.content {
grid-area: content;
background-color: white;
}try this code, I can’t find the identifier id number. to change the color
any other idea
body.page-id-460
{ background-color: #00ff00; }Attachments:
You must be logged in to view attached files.August 22, 2022 at 3:54 pm #38990Hi,
It is not part of our plugin, but it should be fairly simple, something like this:
Best,.search article { background: red !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.