wowhead.com tooltips

  • vanhalen

    #342

    Hello:

    I am having some trouble with wowhead.com tooltips. Info about them can be found at http://www.wowhead.com/tooltips.

    I believe something in the CSS of the theme makes the tooltips appear incorrectly. You can see an example at my blog, worldoftechcraft.com.

    I have no idea about CSS and had no luck in implementing fixes myself. Any assistance you can provide would be much appreciated.

    Thanks for your help.

    Brandon

    Admin

    Syahir Hakim

    #12174

    If using a child theme, add this code into the child theme’s style.css:

    .wowhead-tooltip table tr, .wowhead-tooltip table td, .wowhead-tooltip table th{
    background:none;
    border:none;
    }

    If not, open up the theme’s style.css and add the code above at the bottom of the file.

    brandon

    #12175

    Thanks for the reply!

    Unfortunately, I’m still having a bit of trouble.

    I added the snippet to the bottom of the style.css file and it fixed the background color problem. But, it still does not show the window correctly.

    Any ideas?

    Thanks again for your help.

    Admin

    Syahir Hakim

    #12176

    Try this instead:

    .wowhead-tooltip table table tr, .wowhead-tooltip table table td, .wowhead-tooltip table table th{
    background:none;
    border:none;
    }

    brandon

    #12177

    That got it!

    Thanks so much for your help!

    Brandon

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.