Recent Topics

1 Jun 19, 2009 04:17    

My b2evolution Version: Not Entered

I would love to be able to have squared corners on my blog. The nifty corners skin has rounded. When the skin first loads I can see the squared off corners so it appears there are probably little images that cover the corners to make it appear rounded. This is what I am assuming anyway. Is there anyway to delete those so I can have a squared off look?

I would also like to be be able to do this for the post titles as well. Here is my blog watch the initial load and you can see the squared off look that I am trying to achieve.

Thanks!

2 Jun 19, 2009 04:27

Remove the line

<script src="rsc/nifty_corners.js" type="text/javascript">


plus the javascript in the next few lines.

Good luck

3 Jun 19, 2009 04:32

Forgive me I am a SUPER newbie, which template is that in? Thank you so much for the help!

duh style.css right?

4 Jun 19, 2009 05:33

/skins/nifty_corners/index.main.php lines 30-46:

require_js( 'rsc/nifty_corners.js', true );
$custom_js = <<<HEREDOC
	<script type="text/javascript">
		<!--
		window.onload=function()
		{
			if(!NiftyCheck())
					return;
			Rounded("div.outerwrap","all","transparent","#fff","");
			Rounded("div.posts","all","transparent","#fff","");
			Rounded("div.bSideBar","all","transparent","#fff","");
			Rounded("div.bTitle","top","#fff","#06a3c4","smooth");
		}
		// -->
	</script>
HEREDOC;
add_headline( $custom_js );

Good luck

5 Jun 19, 2009 12:16

OMG that worked perfectly and it was super easy to do. Thank you so much!


Form is loading...