Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ASP Customization
This topic contains 6 replies, has 2 voices, and was last updated by Alex Meda 2 years, 1 month ago.
- AuthorPosts
- February 23, 2021 at 6:51 am #31737
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
February 23, 2021 at 9:03 am #31740Hi,
I believe there is no option for that, but it should be doable via custom CSS:
Best,div.asp_w.asp_r .results .asp_nores { color: red !important; font-size: 22px !important; background: black !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 23, 2021 at 6:41 pm #31759You cannot access this content.February 24, 2021 at 9:20 am #31769That targets all devices, I can assure you: https://i.imgur.com/fUBu5hr.png
Best,
You probably get a cached version of the site on the mobile devices.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 24, 2021 at 5:32 pm #31786You cannot access this content.February 25, 2021 at 9:57 am #31794You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 25, 2021 at 5:48 pm #31810I do understand and I will keep you updated the time comes 🙂
- AuthorPosts
You must be logged in to reply to this topic.