-
AuthorPosts
-
July 2, 2010 at 11:05 am #152236
Hi:
I want to remove the logo for the site I am developing as it does not integrate well with my modified design. I have been able to remove the logo, but a text version of the site title is still there, and I do not see how I can remove it.
I have already set in the “Show Page Title” attribute under “Menus/mainmenu/home/Parameters (System)” to No. It still shows.
If I delete the site name from the global configuration, that deletes the reference in the header. But it also deletes the name from showing in the title bar of the browser window.
It appears that the text I am referring to is in the ja-header section.
<!-- HEADER -->
<div id="ja-header" class="wrap">
<div class="main">
<h1 class="logo">
<a href="/~ali/index.php" title="The Samii Family"><span>The Samii Family</span></a>
</h1>
<div id="ja-search">
<form action="index.php" method="post" class="search">
<label for="mod_search_searchword">Search</label>
<input name="searchword" id="mod_search_searchword" class="inputbox" type="text" size="20" value="" />
<input type="hidden" name="option" value="com_search" />
<input type="hidden" name="task" value="search" />
</form>
</div>
</div>
</div>
<!-- //HEADER -->
It is the <span> in the link. I would like to remove that line, including the link.
Any assistance would be appreciated.
Thanks,
Ali
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
July 2, 2010 at 11:46 am #348821go to admin template manager set logo to image and the empty the text logo fields that you see there, with no text to display etc and set to image which does no exist’ you should be right. I’d not try to edit the blocks and php if there is another method such as selection panels to accomplish the task
July 2, 2010 at 2:09 pm #348830Well, the logo is set to image. There are no text logo fields (unless I switch to text, and in that case, it has a different text than the site title) and there is no way for me to select the image I want for the logo, it is defined in the template as logo.png.
I could use a transparent image as the logo, but then the text (which is the site title) still shows through.
Also, when I select a different theme other than default (for example, blue), and I comment out the logo reference in the blue.css, the logo in the template.css shows, and if I comment out the logo reference in template.css, the site title shows.
July 6, 2010 at 11:55 am #349131Does anyone have any idea what I need to do? Uniquebiz’s solution, although logical, does not work.
I would appreciate a reply soon.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 20, 2010 at 7:45 am #350297Hello
You can use this :
h1.logo a span {
position:absolute;
text-indent:-9999px;
top:-1000px;
}text-indent:-9999px; using this property to remove the text inside the span tag
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Saguaros 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum