Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • alisamii Friend
    #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 Friend
    #348821

    go 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

    alisamii Friend
    #348830

    Well, 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.

    alisamii Friend
    #349131

    Does anyone have any idea what I need to do? Uniquebiz’s solution, although logical, does not work.

    I would appreciate a reply soon.

    Saguaros Moderator
    #350297

    Hello

    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

Viewing 5 posts - 1 through 5 (of 5 total)

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