Top vendors or top reviewed vendor on Homepage

Hello team. I want to add a block that only shows the best reviewed vendors in the homepage. I noticed that I can only add a block with only verified vendors, but it would be best to add the top reviewed ones. Is this possible?

Unfortunately there’s no such sorting option in the Vendors block yet, but we plan to add more options there (including sorting by custom attributes).

Thanks for the replay Ihor, i noticed a problem with the login button in the mobile version of my site. It just disappears. I only see the 3 lines of the mobile menu but the login button is missing.

It looks like this:

Please check this code for the FontAwesome icon (the code snippet below is taken from your website), which was added as a customization to change the default login icon. It seems like the code of the FontAwesome icon is wrong. If you are not familiar with the code customization, then please consider hiring someone for custom work https://fvrr.co/32e7LvY

.header-navbar .hp-menu__item--user-login i::before {
    content: "\f090";
}

Thanks Yevhen! i think that code is ok because it works on the desktop version. Sometimes in the mobile version appears and other not.

Maybe the mobile version is still cached, the CSS snippet itself has no restrictions for the screen size, please wait a bit or try clearing cache if there’s a caching plugin.

thanks for the reply, i cleared the cached several time and now the logo shows in mobile version. One more question! Can i change the color of the copyright text in the footer?

1 Like

Please try this CSS snippet, but please note that it can require further customization. If you are not familiar with the code customization, then please consider hiring someone for custom work https://fvrr.co/32e7LvY

.footer-navbar__copyright{
	color: #000;
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.