Remove footer branding


Author Message
1361

Posted: 10/5/2010
Quote message 

I would like to remove the "Powered by Drupal and Drupal Theme created with Artisteer" from the bottom of the footer.

How would I accomplish this?
 
1361

Posted: 10/5/2010
Quote message 

Sorry got it figured out :-|
If all else fails, use the search.... lol

 
Stefanie

Posted: 12/9/2010
Quote message 

trying to do the same thing...how about sharing how you did it? :-)
 
Stefanie

Posted: 12/9/2010
Quote message 

Found it!

Export options -> Footnote.

You get the Export options by pressing the little down arrow to the right of the Export menu. :-)
 
Fidel

Posted: 2/3/2011
Quote message 

I don't speak English ver well, but the solution is this, in the theme file style.css insert the line display: none
/* begin PageFooter */
.art-page-footer,
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
font-family: Arial;
font-size: 10px;
letter-spacing: normal;
word-spacing: normal;
font-style: normal;
font-weight: normal;
text-decoration: underline;
color: #0C3E04;
display: none; /******************************/
}

that's all
 
Don

Posted: 2/3/2011
Quote message 

You went about it the hard way. Read the post before yours'

Found it!

Export options -> Footnote.

You get the Export options by pressing the little down arrow to the right of the Export menu. :-)





 
Steve

Posted: 6/15/2011
Quote message 

Hi.

Quick question. Where is the Export menu?

Thank you.