Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • izpub Friend
    #161602

    I don’t want to have a text or image logo at the top of the page, so I went to the template manager, set the logo type to “Text”, and left the Logo text and slogan empty.

    Now, the website name appears in the top menu, before “About us”.

    How do I disable the image/text logo?

    Saguaros Moderator
    #381992

    <em>@izpub 228455 wrote:</em><blockquote>I don’t want to have a text or image logo at the top of the page, so I went to the template manager, set the logo type to “Text”, and left the Logo text and slogan empty.

    Now, the website name appears in the top menu, before “About us”.

    How do I disable the image/text logo?</blockquote>

    You open the template.css file and find the following code:

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    height: 185px;
    width: 100px;
    }

    and replace by:

    h1.logo a {
    background:none!important;
    display: block;
    height: 185px;
    width: 100px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum