ASP Customization

This topic contains 6 replies, has 2 voices, and was last updated by Alex Meda Alex Meda 2 years, 1 month ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #31737
    Alex Meda
    Alex 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 Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #31759
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #31769
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #31786
    Alex Meda
    Alex Meda
    Participant
    You cannot access this content.
    #31794
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #31810
    Alex Meda
    Alex 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.