• Hi — I’ve used firebug and tried repeatedly to hide these rectangular highlight boxes that appear over the pages on my website here:

    https://www.hirokone.com

    It seems as if there is something in the specific WPFolio style code that I’m supposed to change. Any help would be GREATLY appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add this to your child theme’s style.css to hide the white boxes.

    .container, .sf-menu li a, .sf-menu li li, .sf-menu li li li {
        background-color: none;
    }

    Cool site, btw.

    Thread Starter num13

    (@num13)

    Thanks so much. Unfortunately, I just tried this and for some reason it didn’t work in the child’s theme. If you have any other ideas — Ill take ’em. Otherwise, I appreciate the suggestion.

    Have you tried searching the theme’s main style.css for background-color: #FFFFFF? Then change that style in the child stylesheet.

    Actually that won’t work – this is way harder than it should be. Seems like there’s some style called in a WP core stylesheet that is very hard to override. I’d like to figure this out as well – will post a solution when I do.

    Thread Starter num13

    (@num13)

    wow ok! i really appreciate the expertise and time.
    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WPFolio — Trouble hiding the highlight boxes.’ is closed to new replies.