Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Tomas Perez Friend
    #187010

    Hi,

    I’m using JA Vintas for Joomla 3.0. I am using the dark color theme. I changed the background to a green color and now I have trouble reading the title and the introduction text on the 3 modules located right under the ja slideshow (in positions user 1, user 2 and user 3). I would like to change the font color.

    Firebug is telling me that the intro text is a div with class .moduleItemIntrotext. I have found this in k2.css and default.php but I have been unable to change the font color and I’m running out of ideas.

    Anybody that can help?.

    Thanks,

    Tomas

    Ninja Lead Moderator
    #490921

    This way will help you change color “the title and the introduction text

    Open templates/ja_vintas/css/k2.css file
    from


    .moduleItemTitle {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 17px;
    display: block;
    line-height: normal;
    }

    .moduleItemIntrotext { margin: 10px 0px 0; }

    change to


    .moduleItemTitle {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 17px;
    display: block;
    line-height: normal;
    color: red;
    }

    .moduleItemIntrotext { margin: 10px 0px 0; color: red;}

    Remember to clear cache from Admin area

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

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