Hi — I've used firebug and tried repeatedly to hide these rectangular highlight boxes that appear over the pages on my website here:
http://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!
notlaura
Member
Posted 3 months ago #
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.
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.
notlaura
Member
Posted 3 months ago #
Have you tried searching the theme's main style.css for background-color: #FFFFFF? Then change that style in the child stylesheet.
notlaura
Member
Posted 3 months ago #
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.
wow ok! i really appreciate the expertise and time.
thanks!