Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • marinolab Friend
    #173869

    Hi, I’m going to complete my Teline IV but Il’d like to change the black background color in the first news of Ja News Featured and also the “mouse On” color.
    Than, in IE9 is not like other browser

    Thanks

    pixelzombie Friend
    #438274

    Hi marinolab,

    since you’ve enabled css compression I can’t give you line numbers but this should work too if you search in that file:
    /templates/ja_teline_iv/html/mod_janews_featured/default/style.css

    To change the background color of the big news item look for this code and change the colors to whatever you like.

    Title


    .ja-zinfp-featured h2.ja-zintitle a {
    background: #000;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    padding: 8px 12px;
    text-decoration: none;
    }

    Title mouse over


    .ja-zinfp-featured-border:hover h2.ja-zintitle a,
    .ja-zinfp-featured h2.ja-zintitle a:hover,
    .ja-zinfp-featured h2.ja-zintitle a:active,
    .ja-zinfp-featured h2.ja-zintitle a:focus { background: #069; color: #fff; }

    Content


    .ja-zinfp-featured .ja-zincontent-img {
    background: #000;
    border: 5px solid #000;
    border-bottom: 0;
    margin: 0;
    }

    Content mouse over


    .ja-zinfp-featured-border:hover .ja-zincontent-img { background: #069; border-color: #069; }

    That’s basically it 🙂

    I didn’t understand what troubles you have with IE9. Please describe further.

    If you have any further questions, please don’t hesitate to ask.

    Cheers

    Frank

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

This topic contains 2 replies, has 2 voices, and was last updated by  pixelzombie 12 years, 8 months ago.

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