Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • skiwi Friend
    #168730

    Hello,

    I would like the title of the ja news pro title to have just one mouse over color. Now every sections has its own color.

    How can i best change this? do i need to change css file for every color profile?


    1. colorjnewspro
    khoand Friend
    #413649

    Hi,
    You login backend > Extensions > Template Manager > JA_TELINE_IV – Default > Page Assignments. Click To Add Pages and next add color.

    Trimud Friend
    #413659

    Hi,

    You’ll have to open /templates/ja_teline_iv/css/template.css for editing

    Find:

    /* COLOR THEMES

    and delete for every color these rows:

    .ja-zin .ja-zinsec:hover h2 a { color: #000; }
    .ja-zin .ja-zinsec:hover.red h2 a { color: #9c152d; }
    .ja-zin .ja-zinsec:hover.blue h2 a { color: #069; }
    .ja-zin .ja-zinsec:hover.cyan h2 a { color: #138bb3; }
    .ja-zin .ja-zinsec:hover.lime h2 a { color: #818800; }
    .ja-zin .ja-zinsec:hover.green h2 a { color: #3b7513; }
    .ja-zin .ja-zinsec:hover.orange h2 a { color: #bf5600; }
    .ja-zin .ja-zinsec:hover.brick h2 a { color: #e04b40; }
    .ja-zin .ja-zinsec:hover.pink h2 a { color: #a71269; }

    Regards

    n6rej Friend
    #413702

    <em>@Trimud 268924 wrote:</em><blockquote>Hi,

    You’ll have to open /templates/ja_teline_iv/css/template.css for editing

    Find:

    /* COLOR THEMES

    and delete for every color these rows:

    .ja-zin .ja-zinsec:hover h2 a { color: #000; }
    .ja-zin .ja-zinsec:hover.red h2 a { color: #9c152d; }
    .ja-zin .ja-zinsec:hover.blue h2 a { color: #069; }
    .ja-zin .ja-zinsec:hover.cyan h2 a { color: #138bb3; }
    .ja-zin .ja-zinsec:hover.lime h2 a { color: #818800; }
    .ja-zin .ja-zinsec:hover.green h2 a { color: #3b7513; }
    .ja-zin .ja-zinsec:hover.orange h2 a { color: #bf5600; }
    .ja-zin .ja-zinsec:hover.brick h2 a { color: #e04b40; }
    .ja-zin .ja-zinsec:hover.pink h2 a { color: #a71269; }

    Regards</blockquote>
    Trimud might be wise for him to have
    h2 a {color:#123} ; // as default?

    Trimud Friend
    #413704

    Hi Troy,

    this will not override the styles above ad will be overwritten by them, so it’s useless. If You set !important before ; this will do the trick, but I never liked adding !important to any css property.

    Regards 🙂

    n6rej Friend
    #413743

    ok cool, i didn’t know if there was default already or not.. I’m with you on important.. its mainly IE thing

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

This topic contains 6 replies, has 4 voices, and was last updated by  n6rej 13 years, 1 month ago.

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