MessageHow to hide page owner title?Mar 19, '08 8:12 AM
by Suria for everyone
Does anyone know how to hide page owner title? Thanks

11 Comments
momentsmaker wrote on Mar 19
you can do so by adding this string: visibility: hidden:
inside your h1#page_owner_title

or you can simply change the font smaller and have the position somewhere that will conceal it.
spunj wrote on Mar 19
This is what I use for my page:
h1#page_owner_title {font-size: 0;}
alogena wrote on Mar 19, edited on Mar 19
its good moments..
its the more appropriate way for hiding the title box

anyway if you want just to hide the site title text
there are a lot of ways to use

you can to use HTML directly in the edit title box
or u can to use CSS added in custom css code


directly in the site title edit box
you have to add this TEXT (its HTML)
(you cannot leave this box void)

 

this is the HTML code for the blank space


you can to add an image made by one pixel (a transparent gif of one pixel)
as it is used here in some base theme

<img src="http://images.multiply.com/common/dot_clear.gif">




you can to use some CSS code
as

h1#page_owner_title { visibility: hidden; }

as said moments makers
or you could to use

h1#page_owner_title { display: none; }

or u can to use a lot of other tricks for make that box not visible in the layout

its better do not use small text or text using a color identical to the background color
cause it is penalized by the search engines and the site could be excluded by the index of the search engine

all the search engines make the control on the text size and the text color and often over visibility and display
for preventing to index spam pages


text size and color is always penalized
you have to use display or visibility carefully but generally it is allowed to use these without any exclusion from the index



what I prefer is this code

h1#page_owner_title { position: relative; top: -300px; }

or this one

h1#page_owner_title { position: absolute; top: -300px; }

it moves the site title box 300px upper
placing it out of the visible area of the layout

at this way the box is hidden but
the text of the site title will remain visible in the top bar of the browser
(the blue bar at the very top of every browser's window)

there are many other ways

for example
uhmmm ,.,.

h1#page_owner_title { height: 0px;}



or maybe you could use the z-index (not tested )






1timelessdove wrote on Mar 19
good to know, in case i need it.
acrafty1 wrote on Mar 19
WOW...guess there are alot of ways to do this! Looks like I'll be bookmarking this page in case I forget, lol..........
cereilah wrote on Mar 19
which part of the main page is the title? Is it the one where we usually type welcome?
cereilah wrote on Mar 19
sorry i figured it out. I deleted what I wrote there and didn't see the tile. So I guess thats another way.
cereilah wrote on Mar 19
i added space in the title box and i didn't see the title anymore.
alogena wrote on Mar 20, edited on Mar 20

h1#page_owner_title {
......
}

is the smaller box containing the SITE TITLE
for all the themes

the site title is the part common in all the pages of your site

smaller cause there are many css boxes containing the site title :

body
#bodywrap
.contentwrapper
.owner_nav_wrapper
#owner_nav
h1#page_owner_title

the smaller box is contained in all the other boxes
the css file in the contained box will OVERLAY the CSS in all the other enclosing boxes
alogena wrote on Mar 20
you can to modify the SIte TItle box
by using the css in h1#page_owner_title

or also by using the CSS inline
in the text you add there by editing the site title box and adding there some HTML code with the CSS INLINE

I mean for having the text of the site title in Red
you can to use

h1#page_owner_title {
color: red;
}


or u can to use this in the line of the Edit Site Title Box

<span style="color: red;">Here The Site Title Text</span>
or
<p style="color: red;">Here The Site Title Text</p>



adding the code in the edit site title box
u have to remove all the blank spaces and Line Feed - Carriage Return there are in the code
wleonardo wrote on Apr 14
Hi!

Please help me!I am trying to play around with my page title bar by adding picture on the back ground with text on top. Now I can't seem to edit the title bar anymore. the move hide edit link is not showing up.

I hope somebody can assist me
Add a Comment
   
CSS 4 MP
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help