Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #351241

    Hello!

    My site is: http://hobeandlucas.wpengine.com/ (hosted on WPengine)

    I would like to change the main navigation to be #90ca49 when someone hovers over the item. How would I do this?

    Thanks in advance!

    #351243

    Hey hobeadmin!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and make sure to check ” Apply only to mouse hover state”

    Regards,
    Yigit

    #351825

    Thank you for your help!

    One additional question: I am trying to change all iconbox icons and icon lists to be green and then change to blue on a hover. How would I do this? http://hobeandlucas.wpengine.com/ (hosted on WPengine)

    Thank you in advance!

    #352086

    Hi!

    Try adding this to your custom CSS.

    .iconbox_icon:hover {
        background: blue !important;
    }

    Or if you only want it done to that page then drag a codeblock element over to your page content and add this inside.

    <style type = "text/css">
    .iconbox_icon:hover {
        background: blue !important;
    }
    </style>

    Best regards,
    Elliott

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