Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • macthebadazz Friend
    #476727

    I am also attempting to change the logo size, and im currently failing to do so. Ive changed the size in both template.css is the theme folder and the template folder.

    Heres the link to my site:
    http://bit.ly/KWfMoJ

    cosimo69 Friend
    #476994

    Hello,

    i tried the solution,
    .logo-image a {
    background-image: url(‘../images/logo.png’); <- change image
    background-repeat: no-repeat;
    width: 151px; <- change width
    height: 41px;<- change height
    didn’t work for me

    http://www.tpssd.com

    Cosimo

    Ninja Lead Moderator
    #477004

    @macthebadazz and @cosimo69: Because your site is running with text logo you need to switch it to image logo, see the screenshot.

    And applied my changed to image logo
    @macthebadazz: Your site is using compress css change on this css file
    Open templates/ja_mero/css/themes/light/template.min.css file

    .logo-image a {
    background-image:url('../../../images/themes/light/logo.png');
    background-repeat:no-repeat;
    width:151px;
    height:41px;
    }

    @cosimo69: Your site is using less css change on this css file
    <blockquote>templates/ja_mero/less/style.less</blockquote>

    .logo-image a {
    background-image: url('/templates/ja_mero/images/logo.png');
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    }


    1. Image_Logo
    cosimo69 Friend
    #477087

    Done, for sometimes it worked, then nothing again?

    Cosimo

    psamtani Friend
    #478612

    After changing the .logo-image sizes (which works for me fine) after using thememagic it changes the sizes back again… any ideas?

    Ninja Lead Moderator
    #478642

    <em>@psamtani 353697 wrote:</em><blockquote>After changing the .logo-image sizes (which works for me fine) after using thememagic it changes the sizes back again… any ideas?</blockquote>
    When you use ThemeMagic, it will create a new theme in your site and your previous CSS change (applied for another theme) will not be applied for this new created theme.

    You need to change CSS like above suggestion to the new theme.

    blueevents Friend
    #487368

    is there any way how to make logo “responsive”? In this case it will be fixed and on mobile it might be not working properly.

    Can I use “100%” parameter?

    Thank you

    P.

    Ninja Lead Moderator
    #487403

    You can reference on my solutions here and appear it with JA Mero Template on your site.

    nettemor Friend
    #487508

    Hi Ninja Lead,

    this code you provide does not work.
    .logo-image a {
    background-image: url(‘../images/logo.png’); <- change image
    background-repeat: no-repeat;
    width: 151px; <- change width
    height: 41px;<- change height
    }

    I have done this in joomla 3.0 but nothing changes. Please advice.

    Ninja Lead Moderator
    #487664

    I would need to take a closer look at your site. Please include your site URL here for further investigation. I shall check it for you

    jezrin5212078 Friend
    #488576

    i’m using Joomla! 2.5 and template mero version 1.0.1. also have problem to use logo size : 205px x 68px

    already edit file style.less

    <blockquote>// Logo Image
    // ———-
    .logo-image {
    overflow: hidden;

    a {
    background-image: url(“../images/logo.png”);
    background-repeat: no-repeat;
    width: 205;
    height: 68;
    }</blockquote>

    When i’m using default Theme. The logo display okey, but when try to use other Theme, the logo problem .

    <–using abstact theme
    <–using default theme

    Please advise.


    1. logo-problem
    2. logo-okey
    Ninja Lead Moderator
    #488673

    @jezrin5212078: You can try it this way

    Open templates/ja_mero/css/custom.css file

    add new script

    .logo-image a {
    width: 151px; <- change width
    height: 41px; <- change height
    }

    franbrak Friend
    #489360

    Thank you! I changed my less file (I’m on developer mode) and it worked perfectly. 😀


    1. Screen-Shot-2013-04-09-at-5.26.10-PM
Viewing 13 posts - 16 through 28 (of 28 total)

This topic contains 28 replies, has 12 voices, and was last updated by  franbrak 11 years, 7 months ago.

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