Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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 Christina

    #650257

    Hey 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,
    Jordan

    #650262

    Hey Jordan,

    thanks for your reply. I would like to turn the WAS menu button red by mouseover.

    Best regards,
    Anna Christina

    #650265

    Hi,

    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,
    Jordan

    #650266

    Anna 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.

    #650269

    Hi mensmaximus,

    so I did – see my first message on the very top. Below once more.

    Best regards,
    Anna Christina

    #650271

    Hey 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 Christina

    #650276

    @anna seems you posted the url only for admins. So simple users can’t see it. That’s why I asked.

    #650277

    Hi mensmaximus,

    of course you’re right – sorry!
    shop.dr-kaffee.de

    Best regards,
    Anna Christina

    #650279
    
    .html_header_sidebar #top #header #menu-item-333:hover a .avia-menu-text:hover {
    	background-color: #f00000;
    	border-color: #f00000;
    }
    
    #650299

    Hi mensmaximus,

    that’s it! Thank you so much.

    Best regards,
    Anna Christina

    #650628

    Hi,

    Glad you got it working :-) Thanks @mensmaximus for helping out!

    Cheers!
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.