Adding a loading icon to similar posts or making them more noticeable? | Community
Skip to main content

Adding a loading icon to similar posts or making them more noticeable?

  • May 7, 2021
  • 1 reply
  • 0 views

Christopher30

Hi,

Based on user feedback when a user is creating a new post they don't notice the similar posts that appear beneath the title. Is there a way to add a loading icon before these similar posts appear to draw the user's eye or make them more noticeable?

1 reply

Ifra
  • June 23, 2021

A similar post can be more noticeable if there is a big icon like:

 



Code Snippet:

.suggestion-list .searchbox label::before{
content: '\f06e';
font-family: 'Font Awesome 5 Free';
font-size: 50px;
display: block;
}

 

Thanks

Team