Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • digitaldj Friend
    #146191

    hello just i want to change the color behind the image

    also i want to ask you when the module (or extetion i don’t know what is:P ) resizes the image size(increase) and when it adds the image at the center with black background?


    1. Untitled
    Anonymous Moderator
    #324355
    digitaldj Friend
    #324406

    thank you.. but if i want the black but with different color?

    Anonymous Moderator
    #324511

    Hi digitaldj

    It is the color of image when you cropped. I think you could not change other color.

    I think you can use resized mode and templates/ja_topaz/css/template.css, at about line 108, find following code section:

    div.leading .img-desc {
    margin:0;
    }

    and change to:

    div.leading .img-desc {
    margin:0;
    background: #ff0000 ; /*your color*/
    padding: 5px;
    }

    digitaldj Friend
    #324557

    isn’t exactly what i want,
    i want to keep the image 404 x 230 pixels,
    is possible to add one image front of one other?
    ok what i mean…
    let’s say this is the standart image

    and this is the article’s image:

    i want the image that will be show at frontpage will somethink like that:


    1. tttt
    Anonymous Moderator
    #324780

    Hi

    Please change :

    div.leading .img-desc {
    margin:0;
    background: #ff0000 ; /*your color*/
    padding: 5px;
    }

    to

    div.leading .img-desc {
    margin:0;
    background: url(your image) no-repeat ; /*your color*/
    padding: 5px;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by Anonymous 14 years, 12 months ago.

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