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

ASP Customization

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #31737
    Alex MedaAlex Meda
    Participant

    Hi Ernest 🙂

    I was wondering if the plugin provides any options to customize the <<No Results>> text on frontend. You know, before I start using the Google Inspect Element to play around with CSS.
    Please take a look at this video to see which text I am talking about. what I want to achieve here is to make the <<No Results>> text very easy to notice. And these are the points that need to be considered in the CSS code:

    1-) Text color(white)
    2-) Background color(red)
    3-) Font size (Large)

    Thanks

    #31740
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I believe there is no option for that, but it should be doable via custom CSS:

    div.asp_w.asp_r .results .asp_nores {
        color: red !important;
        font-size: 22px !important;
        background: black !important;
    }
    #31759
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #31769
    Ernest MarcinkoErnest Marcinko
    Keymaster

    That targets all devices, I can assure you: https://i.imgur.com/fUBu5hr.png
    You probably get a cached version of the site on the mobile devices.

    #31786
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #31794
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #31810
    Alex MedaAlex Meda
    Participant

    I do understand and I will keep you updated the time comes 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.