Okay
  Public Ticket #1357793
Dropdown background hover color
Closed

Comments

  •  1
    ZottWalk started the conversation

    Hi!

    how can i change, please, the dropdown background hover color to transparent?

    I can set a color in the custom header color scheme but not transparent.

    Thanks as usual, Antonio

  •  3,034
    Andrew replied

    Hi Antonio, 

    Thank you for contacting us. I'd be happy to help. 

    You can change the dropdown background hover color to transparent with some custom CSS. Please provide a link to your website so that we can write up some custom CSS for what is possible. 

    Hope to hear from you soon. 

    Best Regards

  •  1
    ZottWalk replied

    Thanks Andrew, here the link: https://the-mag.it/
    If you need admin access Tahir have  a temporary admin account; ask him for UId & pwd, Thanks!

  •  3,034
    Andrew replied

    Hi there, 

    Thank you for getting back to us. I'd be happy to help. 

    I've visited your site and it seems the dropdown background hover color is already transparent. Did you manage to fix this on your own? Please let us know. 

    Hope to hear from you soon. 

    Best Regards. 

  •  1
    ZottWalk replied

    Ops... sorry for late reply, i miss the email :-)
    I tried to clear browsing data and cache on my safari, chrome and firefox browsers under OS X and it seems that the behaviour is different; hover color is still white.

    thanks, Antonio

  •  3,034
    Andrew replied

    Hi again,

    Thank you for writing back to us.

    Please try using the code to change the hover color:

    li.menu-item a:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    Hope this helps.

    Best regards.

  •  1
    ZottWalk replied

    Hi! Solved!!!

     tried this code but this doesn't work. This code affect only menu items background and doesn't affect submenu items.

    To solve the problem i set the "transparent" value from "false" to "true" for Dropdown Background Hover in to the options-config.php file in the redux-framework folder in this way a transparent option appear on the side of Dropdown Background Hover in the Logo & General Styling tab of salient options and now all works fine!

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Thats awesome. Please be sure to reach in incase you encounter another issue.

    Regards