I’d like to have a nice page to display search results.
How can I do ?
Hi!
That’s not possible right now (use the page builder for WP generated pages), but perhaps we can help you adjust some things in the search page, can you detail what are you trying to achieve?
Best regards,
Josue
Well, by default in the search page, I have this:
background-color: #9E9FA3;
color: #070D1D;
I would replace these 2 lines by:
background-repeat: repeat;
background-image: url(“/wp-content/uploads/home-background.jpg”);
background-attachment: fixed;
background-position: left top;
Looks easy to do, I have tested with Firefox debug, works great, but the pb is that these CSS lines are set for .main_color class, and I just want to set it for search page, not for the rest of the site. So how to do ?
luke7263, .search .search-results{}?
Thanks Sergei, but the used css is .main_color, your suggestion doesn’t work.
Please post a link to your site.
Cheers!
Josue
Thanks Josue, I have changed .main_color css and it seems working fine.
You can close that ticket.