Topic Resolution: Resolved
  • Open
  • November 4, 2021 at 4:13 pm #47429

    Some time ago, you explained how to remove the “You reached the end ” text of a category query.
    .ias-trigger, .ias-spinner, .ias-noneleft {
    display: none!important;
    }

    I just would like to change the green background, which I never defined anywhere AFAIK . Is that possible to add in customiser settings? Thx in advance
    https://www.haberfellner.net/category/allgemein/medien/

    Evgeny
    Keymaster
    Posts: 988
    November 22, 2021 at 9:15 am #47474

    Hi Reinhard, I’m back. You can try something like this:
    .archive .alert {background-color: transparent;border-color: transparent;}

    Does it work for you?

    Reinhard Haberfellner
    Participant
    Posts: 71
    November 23, 2021 at 6:28 pm #47485

    Nope, still there. Try e.g. to search for HiFi and you see the green background in search result. Where is this set?

    Evgeny
    Keymaster
    Posts: 988
    November 23, 2021 at 6:33 pm #47487

    But it’s not the same )) You gave an example of an archive page, now you want to change the block in search results. For them add the following:

    .search .alert {background-color: transparent;border-color: transparent;}