Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #439018

    I’d like to have a nice page to display search results.
    How can I do ?

    #439383

    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

    #439668

    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 ?

    #439674

    luke7263, .search .search-results{}?

    #439729

    Thanks Sergei, but the used css is .main_color, your suggestion doesn’t work.

    #439772

    Please post a link to your site.

    Cheers!
    Josue

    #439783

    Thanks Josue, I have changed .main_color css and it seems working fine.
    You can close that ticket.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Is it possible to create a custom page with page builder in place of search.php’ is closed to new replies.