joomla case akak...............

nismok

Well-known member
  • Jun 27, 2008
    9,391
    673
    113
    imcx0K.jpg


    Try adding these CSS styles to your Template.css file

    Code:
    .art-nostyle h3 {
        background-color: lightBlue; /* Background color of box */
        border-color: blue;   /* Border color of box */
        border-style: solid;
        border-width: thin;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        color: RoyalBlue;  /* Font color */
    }

    But its not possible to add border only to Latest download heading without altering the Module.
     
    • Like
    Reactions: ad.hasareli

    nismok

    Well-known member
  • Jun 27, 2008
    9,391
    673
    113
    Change it like this

    Code:
    .art-nostyle h3 {
        background-color: lightBlue; /* Background color of box */
        border-color: blue;   /* Border color of box */
        border-style: solid;
        border-width: thin;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        color: RoyalBlue;  /* Font color */
        background-image: url(http://slmusic.wetalks.com/postheadericon.png);
        background-repeat: no-repeat;
        background-position:  3px 3px;
     }