Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mbs2008 Friend
    #167126

    I am using the JA Ironis Biege theme and after trying to change the logo in several folders including the images folder under the Birge theme and the templates’s main image folder, I am having no luck. If the logo is text, it seems to work fine. Can you tell me where the logo.png is located in which the template’s CSS is pointing to?

    chavan Friend
    #404715

    Do changes in this File : /templates/ja_ironis/core/themes/day/css/template.css


    h1.logo a {
    background-image: url(../images/logo.png) ;
    }

    The image should be updated in this folder : /templates/ja_ironis/core/themes/day/images/

    ————————————————–
    If the above did not work for you

    please post your logo image inthis folder : /templates/ja_ironis/images/

    Go to this Css : /templates/ja_ironis/css/template.css

    Find this code Instead of this “background: url(../images/logo.png) no-repeat left top;” replace as ”
    background: url(../images/logo.png) no-repeat left top !important;” everything will be fine.


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

    Note: make sure you have the same name in the css and the logo image.

    If these both did not work for you. post your site Url

    Note: If you Find my Post useful please click on the Thanks Icon

    mbs2008 Friend
    #404765

    The problem was corrected by tweaking the template settings under “Css & Javascript Compress”.

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

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

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