• Resolved denismcd

    (@denismcd)


    Hi all.
    I am using the blogolife theme for our site
    https://www.stfranciscollege-rochestown.ie

    Along the main menu at the top I would like to change the colour of Recent Events from white to another bright colour and maybe make it flash. I want the rest of the main menu to stay as is. Can anyone advise on how to do this, what code I might use and where I might put it.

    Any help much appreciated

    Thanks, Denis

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would suggest not making the menu item blink. It has been phased out as a HTML tag and isn’t part of the CSS specs.

    In any case, add this CSS rule to your JetPack’s custom CSS option (Appearance > Edit CSS):

    #menu-item-114 a {
       color: #ffff00;
    }

    #ffff00 is yellow. You can use this tool to pick the hex value for the color that you want.

    Thread Starter denismcd

    (@denismcd)

    Thanks CrouchingBruin.

    That worked a treat. I’ll take your advice on the flashing text – seems it’s obsolete now.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Text Colour Of One Menu Item’ is closed to new replies.