Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #962471
Search results page
Closed

Comments

  •  2
    miam00 started the conversation

    Hi, can you let me know how to edit the search results page please. I cannot locate any page in the demo to edit header, top bar etc?

    Thank you

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    body.search .page-title-block {
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: url('IMAGE_URL');
    }
    body.search .page-title-title .light {
        color: #123;
    }
    body.search .page-title-title .highlight {
        color: #123 !important;
    }
    body.search .gem-icon-inner * {
        color: #000 !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    miam00 replied

    THank you, much appreciated