K
K
khipster2016-03-18 19:04:24
Design
khipster, 2016-03-18 19:04:24

How to prompt the user (adult contingent) that the logo is a link to the main page of the site?

There is an idea to use breadcrumbs, but in fact the site does not have nesting:
Home > Current Page

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
ThunderCat, 2016-03-18
@ThunderCat

<img src="logo.png" alt="вернуться на главную" title="вернуться на главную"/>

Or add it to the home menu.
Although the contingent of ok.ru and mail.ru usually knows about the logo as a link to the main one.

R
Ruslan Galiev, 2016-03-18
@ruslanredo

Sometimes you can afford literal and not very elegant solutions.
cd7af78e3c9d4134ad2b4b1064d25c85.jpg

P
Pavel Radkov, 2016-03-19
@paulradzkov

When hovering on the logo, make some kind of animation, for example, the background. And add a tooltip with the text "home" getbootstrap.com/javascript/#tooltips
The tooltip can always be shown, you can hide it after a while after reloading the page. But if hidden, show without delay on hover. The standard tooltip from the title appears with a delay, so it doesn't quite fit. Over time, users will learn.
If everything is really bad and users do not learn, or new ones every time, feel free to make the “home” item in the navigation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question