-
AuthorPosts
-
June 17, 2016 at 5:02 pm #649889
Hi Enfold Support Team,
I would like to colorize the menu item WAS. I already added some custom CSS but it works only for the submenu item SHOP. How to fix this?
Further I would like to add a sort of arrow before SHOP. Is that possible and how could I manage it?
Regards,
Anna ChristinaJune 18, 2016 at 7:35 pm #650257Hey Anna Christina,
Thanks for getting in touch with us!
What exactly do you mean by colorize? How are you looking to change the menu item ‘WAS’? Please let us know and we can assist you better with CSS. Posting us a screenshot/mockup of what you would like to achieve would be helpful. You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
JordanJune 18, 2016 at 7:45 pm #650262Hey Jordan,
thanks for your reply. I would like to turn the WAS menu button red by mouseover.
Best regards,
Anna ChristinaJune 18, 2016 at 7:53 pm #650265Hi,
Thanks for getting back to me!
Try the following CSS:
.html_header_sidebar #top #header #menu-item-333:hover { opacity: 1; } #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover { background-color: #f00000; border-color: #f00000; }
Best regards,
JordanJune 18, 2016 at 7:54 pm #650266Anna you need to post the link to your site. The support needs to see the menu. Ounce you post the url it is possible to provide the css code needed.
June 18, 2016 at 7:56 pm #650269Hi mensmaximus,
so I did – see my first message on the very top. Below once more.
Best regards,
Anna ChristinaJune 18, 2016 at 8:00 pm #650271Hey Jordan,
thanks for the code. But I would like only the WAS Button to turn red by mouseover, now all menu items do so.
Best regards,
Anna ChristinaJune 18, 2016 at 8:11 pm #650276@anna seems you posted the url only for admins. So simple users can’t see it. That’s why I asked.
June 18, 2016 at 8:13 pm #650277Hi mensmaximus,
of course you’re right – sorry!
shop.dr-kaffee.deBest regards,
Anna ChristinaJune 18, 2016 at 8:18 pm #650279.html_header_sidebar #top #header #menu-item-333:hover a .avia-menu-text:hover { background-color: #f00000; border-color: #f00000; }
June 18, 2016 at 10:39 pm #650299Hi mensmaximus,
that’s it! Thank you so much.
Best regards,
Anna ChristinaJune 20, 2016 at 6:54 am #650628 -
AuthorPosts
- You must be logged in to reply to this topic.