This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Customising results boxes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40594
    jcornabyjcornaby
    Participant

    I am really struggling with the customisation.

    I want to edit the results below including such things as I cannot find any option:
    – Creating rounded corners on results images
    – Changing the colour of the hover overlay of results

    Also is it possible to show checklists for categories horizontally in a list, rather than stacked vertically?

    #40598
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    For rounded corners, you could try a custom CSS like:

    .item {
        border-radius: 12px !important;
    }

    ..and also to change the background hover color:

    div.asp_w.asp_r.isotopic .results .item .asp_item_overlay {
        background: #ff000024;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.