i didnt want to remove it from meta tag......i wanted to leave it there for search engine but wanted to know if you can turn text it self invisible..
i didnt want to remove it from meta tag......i wanted to leave it there for search engine but wanted to know if you can turn text it self invisible..
I can't think of any way to do that.
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
Method 2(b): Using "Visibility: Hidden" Style Commands
An alternative to the method above is to simply use the built in features of style sheets to hide your text:
.hideme {
visibility : hidden;
}............i just found this on web but way it make it sound like you might get booted from search engines.....maybe i should forget ideal.......thank you for your help![]()
The title and tagline displayed in your header and the metatags are two different things.
Look in /includes/languages/english/your_template/header.php for
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
You can change to
define('HEADER_SALES_TEXT', '');
and
define('HEADER_LOGO_IMAGE', 'pixel_trans.gif');
You can redefine the 'HEADER_ALT_TEXT' also.
The shop name is not displayed in the header; perhaps you were referring to the logo.