• Hello,

    I have installed mystickymenu, and applied a link hover colour to each item. On one menu item I have inserted the code (<span style=”letter-spacing: 0.2em; color: #000000; font-family: avenir-next-bold; font-size: 24pt;>FRANCESCA PHILLIPPA</span>) into the page title as I wanted this item to stand out from the rest with text format. This is now stopping the hover link colour code working on this item. I have tried to alter the code but to no avail.

    Can anybody help?

    Bonus points if you can also tell me how to remove the static menu that remains on my homepage too?? I just want the sticky menu!

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter francescaphillippa

    (@francescaphillippa)

    thanks @achyuthajoy

    Use this code to hide the static menu & to avoid extra whitespace after the hello section.

    @media (min-width: 1600px) {
    	.container {
    		padding: 0 250px;
    	}
    }
    #mysticky-nav{
    	display: none;
    }
    #mysticky-nav.wrapfixed{
    	display: block;
    }

    I can see that you have updated the code & the hover color works. Try this code as well.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘How to add colour to link hover in sticky menu’ is closed to new replies.