Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • smejus57 Friend
    #166799

    How do I remove the logo at the top left? I’d like to remove it completely.

    pritam Friend
    #403433

    Hello smejus57 ,

    To remove logo at top

    Can you please provide your site url but first go into the template manager and set css optimiation to “No” so we can see the correct files to modify and not the compressed version.

    smejus57 Friend
    #403440

    One<em>@pritam 256126 wrote:</em><blockquote>Hello smejus57 ,

    To remove logo at top

    Can you please provide your site url but first go into the template manager and set css optimiation to “No” so we can see the correct files to modify and not the compressed version.</blockquote>

    Done.

    Url: http://www.blastcheerleaders.

    I do thank you in advance for your help!

    pritam Friend
    #403442

    Hello smejus57 ,

    To remove logo at top

    Find this code at /templates/ja_methys/css/template.css line no.817

    h1.logo a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(“../images/logo.gif”);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 190px;
    }

    Change this code to :-
    h1.logo a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 190px;
    }

    Also Find this code at /plugins/system/jat3/base-themes/default/css/template.css line no.676

    h1.logo a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(“../images/t3_logo_light.png”);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 184px;
    }

    Change this code to :-
    h1.logo a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 184px;
    }

    smejus57 Friend
    #403511

    So that block of code removed the logo but now has placed the home menu title there, and its overlapping. I don’t want that.

    Here is the URL: http://www.blastcheerleaders.com/

    How do I fix that?

    pritam Friend
    #403595

    Hello smejus57 ,

    I raise a ticket for your issue in the helpdesk, we will assist with a solution or a reference to it.

    himangi Friend
    #403975

    Hi smejus57

    Can you please give us a screenshot showing what exactly you are trying to achieve? It would be better to have a visual to understand exactly what you want so that we can provide a solution more efficiently.

    himangi Friend
    #403976

    Hi,

    for your reference, I have attached a screenshot showing how I am seeing your site home page.


    1. sitehome
    smejus57 Friend
    #404076

    14745

    Notice the text in the logo position. That is actually the Sites title that is set in Global Configuration.


    1. screenshot
    himangi Friend
    #404168

    Hi,

    To fit the text in the space upto the right side where the menu starts, find the following styling in templates/yourtemplate/css/template.css and change width:190px to width:390px;

    On line 815
    h1.logo {
    width: 190px;
    height: 70px;
    }

    On line 817
    h1.logo a {
    background-attachment: scroll;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 190px;
    }

    smejus57 Friend
    #404172

    I’m not sure you fully understand what I want.

    I do not want that text there. I want the logo position to be empty, no image or text. If I remove the Site title from global configuration, that will remove the text but I want the website to have a title for obvious reasons.

    So how do I stop the website title from displaying there like it currently is?

    himangi Friend
    #404173

    Hi,
    Follow the steps below. See if the above steps achieve what you want.
    1. Can you please go to Extensions> Tempalte manager > Your template > Profiles Tab. Click on ‘Default’ profile, and find the param ‘Logo type’. Set it to image.

    2. Now open your ftp, go to templates/your template/images and remove ‘logo’ image.

    Just to clarify, when you say you dont want to display logo image or text, do you mean you want that space to be empty like in the screenshot I had attached earlier?

    smejus57 Friend
    #404174

    I will try that tonight.

    The snippet of code somebody posted earlier removed the logo but after I did that, it started putting the site title.

    So I’m not sure if we should be troubleshooting removing the logo or how to get the title to not appear. I’m thinking the latter since the image is already removed.

    And yes, the screen shot you posted a few threads back witht he empty space is how I want it to look.

    TomC Moderator
    #404196

    <em>@smejus57 257120 wrote:</em><blockquote>
    So how do I stop the website title from displaying there like it currently is?</blockquote>
    So you want a title/logo – just not the original/demo one … is this correct?

    If so, would this not simply be a matter of replacing the logo image with your own?

    :confused:

    smejus57 Friend
    #404202

    NO, I want nothing, no logo, no text, nothing in that position.

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 4 voices, and was last updated by  smejus57 13 years, 3 months ago.

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