-
AuthorPosts
-
January 7, 2021 at 3:42 am #1270741
For the life of me having some real issue doing simple things to the main header (icon area).
What I’m trying to do:
When hovering over main header text items want them to turn the enfold blue we have set
When hovering over sub menu headers want them to highlight blue as well but not have that text underline they do nowI’ve tried CSS provided on the enfold header site section but doesn’t seem to change anything. Might be confusing myself though.
There are no rules set in advanced styling.January 7, 2021 at 4:24 am #1270752Hi mbesh,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoJanuary 7, 2021 at 5:53 pm #1270925Here you are!
January 8, 2021 at 6:58 pm #1271140Hi mbesh,
Can you give us the username as well?
Best regards,
NikkoJanuary 11, 2021 at 7:23 pm #1271680Sorry about that
January 13, 2021 at 4:01 am #1272008Hi,
Thanks for that. I’m not sure I understand exactly what you are looking to change though, do you want to remove the blue indicator line under the active menu item?
Best regards,
RikardJanuary 21, 2021 at 7:45 pm #1274514What I’m trying to do:
When hovering over main header text items want them to turn the enfold blue we have set:
—instead of the blue line on active we want the entire square blue, does that make sense? Like the button backgrounds in the themeWhen hovering over sub menu headers want them to highlight blue as well but not have that text underline they do now
—Not sure how else to explain this. Can’t get rid of the underline and want the words highlighted blueJanuary 23, 2021 at 4:37 am #1274888Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.current-menu-item > a > .avia-menu-fx { opacity: 0; } #avia-menu li.current-menu-item { background-color: #007dbb; } #avia-menu li.menu-item:hover { background-color: #007dbb; }
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.