Search in forum:
Search


Author Message
Post08/12/2008 at 12:19pm (UTC)    
Post subject: How to delete the Butterfly picture?

Hey,

I've got a problem with the design: Butterfly. At every page you see a picture in de top of the page (I don't mean the header, I mean that picture you see only if you have this Butterfly design). How can I delete or change it?
Thank you so much!

Linda


Last edited by simuniverse on Tue Aug 12, 2008 12:22 pm; edited 1 time in total
Post08/13/2008 at 6:31am (UTC)    
Post subject: Re: How to delete the Butterfly picture?

simuniverse wrote:
Hey,

I've got a problem with the design: Butterfly. At every page you see a picture in de top of the page (I don't mean the header, I mean that picture you see only if you have this Butterfly design). How can I delete or change it?
Thank you so much!

Linda


U mean the small banner up in content?

I´m afraid you can´t remove it.

U can if you use a css design for butterfly.

GREETS!

Own-free-website.com |and| karibu-design.page.tl
Post08/13/2008 at 10:13am (UTC)    
Post subject:

You can change or delete the bar of middle of Butterfly in two ways:

1.Change the backgrund color:

Code:

<style type="text/css">
<!--
td.edit_content_headline3{background-image: url(not);background-color: #fff;}
-->
</style>


2.Insert a picture:

Code:

<style type="text/css">
<!--
td.edit_content_headline3{background-image: url(http://your picture hier);}
-->
</style>


The image should already be the size (520 x 51 pixels), but not required.
Insert the code in the field:Edit design-->Design options-->Extended setting--> "text at top of page"!

Wink
Post08/13/2008 at 12:59pm (UTC)    
Post subject:

Thank you so much Very Happy
Post05/13/2009 at 1:50pm (UTC)    
Post subject: to delete try this, it works

try this for deleting it: (put it anywhere in EDIT):

<style type="text/css">
<!--
.edit_content_headline3 {display:none;}
//-->
</style>
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group