• Resolved echidna03

    (@echidna03)


    Hello,

    I would like to ask how I can change the background color of the box of search result.

    I can change the color of the search box, however could not figure out for the search result box. It remains in white.

    If there is CSS to do that, please advise.

    Thank you,
    Edy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi Edy,

    Try this custom CSS:

    div.asl_r,
    div.asl_r .results,
    div.asl_r .results .item {
        background: #ff0000 !important;
        border: none;
    }
    
    div.asl_r.asl_w.vertical .results .item::after {
        display: none !important;
    }

    Best,
    Ernest M.

    Thread Starter echidna03

    (@echidna03)

    Hi Ernest,

    Thanks very much. It works great.

    Cheers,
    Edy

    Plugin Author wpdreams

    (@wpdreams)

    Great ??

    I will mark this as resolved then.

    Feel free to rate the plugin if you like it, it is greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Background Color of Result Box’ is closed to new replies.