Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Danny Janssen Friend
    #166927

    Hello,

    I’m searching for a way to put an extra icon in the titels of articles and modules. How is the best way to do it. I’m really stuck with this.
    :-[

    Sherlock Friend
    #404623

    Hi oelie,

    For the article title you open the file of
    templates/ja_ores/css/template.css look for this css

    h2.contentheading {
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 10px;
    }

    here you can add a background image to this

    h2.contentheading {
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 10px;
    background-image:your-image-location;
    }

    For the module titles you can also open that file, Look for this

    div.ja-moduletable h3 span {
    }

    And also add the background as above !

    Danny Janssen Friend
    #404767

    Great solution Thank You. I have only one put a left padding in its

    So this do the trick

    h2.contentheading {
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 10px;
    padding-left:7mm;
    background-image:url(../images/cirkel.png);
    background-repeat:no-repeat;
    }

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

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

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