Comments Finn Kennedy started the conversationAugust 22, 2018 at 2:18pmIs there anyway to remove the description text that appears when you hover over one of the links to the sections on the homepage? 240Elena repliedAugust 22, 2018 at 2:35pmHi 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 repliedAugust 22, 2018 at 2:40pmHi 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. 240Elena repliedAugust 22, 2018 at 2:42pmSorry I made a mistake. Here's the code:#tooltip { display: none !important; }Finn Kennedy repliedAugust 22, 2018 at 2:43pmHi, thankyou for this, it has gone now. 240Elena repliedAugust 22, 2018 at 2:45pmCool! Sign in to reply ...
Is there anyway to remove the description text that appears when you hover over one of the links to the sections on the homepage?
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.
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.
Sorry I made a mistake. Here's the code:
#tooltip { display: none !important; }
Hi, thankyou for this, it has gone now.
Cool!