Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • zafererel Friend
    #118506

    hi again! how can i replace-change these (http://img260.imageshack.us/img260/930/27339275ka3.jpg) text headers with mini logos like that (http://www.bilinmeyen.com/images/haberler_baslik.jpg)

    thanks! 🙂

    Hieu Nguyen Admin
    #213764

    Hi zafererel,

    Adding your image to the right module header is a difficult task because it requires you to heavily edit the image source and css. I recommend you to just add the logo to the Content Header. Please follow these simple steps.

    1. Copy your image to the images folder. I suppose the image name is small_logo.jpg.

    2. Edit these CSS to apply the change to the Content Header.

    – Find this code:

    .contentheading {
    padding-bottom: 2px;
    color: #E57A25;
    font-size: 2em;
    }

    change to

    .contentheading {
    padding-bottom: 2px;
    padding-left: 92px;
    background: url(../images/small_logo.jpg) no-repeat center left;
    color: #E57A25;
    font-size: 2em;
    }
    }

    If you still need to put the image to the right module header, ask me again! I may point out something for you! Hope it helps!

    zafererel Friend
    #213775

    thanks for help! i ll try 🙂 i m very pleased 🙂

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

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

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