• Resolved katykat46

    (@katykat46)


    I tried removing all my theme’s hover boxes by using a plugin and manually removing from theme editor. Obviously, I’m not deleting the correct files.


    https://www.katykavanaugh.com

    How do I get rid of the gray hover boxes? I want them gone on everything, please help.

    Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • open style.css

    Anything with a:hover in it you can remove and that effect will go away.

    Thread Starter katykat46

    (@katykat46)

    I figured it out. For others, this is what I deleted from the stylesheet style.css

    body div#toolTip{position:absolute;z-index:1000;width:170px;background:#ccc;

    text-align:left;padding:9px;min-height:1em;;}

    body div#toolTip p{margin:0;padding:0;color:#000;font:14px/19px geneva,arial,sans-serif;}

    body div#toolTip p em,body div#toolTip p em span{display:none;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the hover boxes?’ is closed to new replies.