• Resolved machfive

    (@machfive)


    I’ve been heavily editing a WordPress theme called Dusk and after 3 days of struggling have made it look exactly how I want! There’s one exception, tho. Anytime you mouseover anything that contains a link, a transparent description window pops up – this is the feature I would badly like to disable.

    Click here for my webpage so you can see what I’m talking about.

    I got the theme itself here

    Anyone have any ideas?

    Edit: I understand that my blog may offend some viewers but I’m very serious about solving this problem. As you can see there are already many dozens of tiny changes made between the original and my page! Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter machfive

    (@machfive)

    For anyone experiencing similar problems, the offending file is located in the CSS subfolder, called “sweettitles.css”! Delete this file, then go into the JS subfolder and edit the 3rd visibility line in sweettitles.js so that it reads:

    this.tip.style.visibility = ‘hidden’;

    That’s all!

Viewing 1 replies (of 1 total)

The topic ‘Need to remove pop-up windows!’ is closed to new replies.