A Note about Fauna
Filed under Web Design
After a long night I changed the background image in the Fauna stylesheet to match the background of the main page linking here. But Fauna uses the Nifty Corner javascript to help round the corners of the header image. Although in this thread in the discussion forum mentions that you should not need to specify a border color to round the corners I found that it did not do it automatically.
So it seems like the background color still needs to be set manually. The stylesheet for this is located at /your-wordpress-domain/wp-content/themes/fauna_1/fauna/meta/niftycorners_screen.css. The second line of the stylesheet is below and I’ve bolded what I added to change the border color. I added the !important on a whim but it worked. The border color wasn’t changing without it.
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
overflow:hidden;border-style:solid;border-width: 0 1px;border-color:#000000 !important;}
Nov20





