Okay
  Public Ticket #1685842
Nav bar on homepage
Closed

Comments

  • Finn Kennedy started the conversation

    Is there anyway to remove the description text that appears when you hover over one of the links to the sections on the homepage?

  •  234
    Elena replied

    Hi Finn,

    You could just hide that via CSS. Go to Appearance -> Theme Options -> Extras -> CSS code and type:

    #tooltip { display: block !important; }

    Cheers, P.

  • Finn Kennedy replied

    Hi thanks for the reply, I entered the code into the site and the issue is still there. Just to clarify I want to get rid of where it says home in the attached image.

  •  234
    Elena replied

    Sorry I made a mistake. Here's the code:

    #tooltip { display: none !important; }

  • Finn Kennedy replied

    Hi, thankyou for this, it has gone now.

  •  234
    Elena replied

    Cool!