UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Please Limit Scope of Main Nav CSS Selectors

Design · ·
6:09 AM Thursday, 02 February 2017
Normal
Hi,

Would you please limit the scope of the css selectors used for the main nav?

For example:

.echo .nav > li > a:hover, .echo .nav > li > a:focus {
background-color: transparent;
color: #fff;
}

... could be improved by inserting ".echo-navbar" like this:

.echo .echo-navbar .nav > li > a:hover, .echo .echo-navbar .nav > li > a:focus {
background-color: transparent;
color: #fff;
}

This would help avoid conflicts with other navigational elements that use, for example, a white/grey background, which is template default. Only the main nav has a black background. White hover color on white/grey is problematic.

Thank you
8 Replies
The replies under this section are restricted to logged in users or users with an active subscription with us