test
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • acho Friend
    #165329

    Hi,

    How I can change the title of the article to change on mouse over to black because on mouse over the bacground and the title has the same color

    Thanks


    1. Screen-shot-2011-06-17-at-12.24.54-AM
    2. Screen-shot-2011-06-17-at-12.25.34-AM
    pritam Friend
    #396868

    Hello acho ,

    Can you please provide the site URL to solve this issue.But first go into the template manager and set css optimiation to “No” so we can see the correct files to modify not the compressed version and we can help you better.

    acho Friend
    #396869

    http://www.reporter-bg.net

    css optimization is off

    thanks

    pritam Friend
    #396873

    Hello acho,

    Find this code at templates/ja_teline_iv/core/themes/orange-color/css/color.css line no 94

    .ja-zinfp-normal .ja-zincontent:hover a {
    background: none repeat scroll 0 0 #BF5600;
    }

    Change this code to :-

    .ja-zinfp-normal .ja-zincontent:hover a {
    background: none repeat scroll 0 0 #000000;
    }

    acho Friend
    #396874

    is it possible to have just the text to change golor to blac, not the background

    pritam Friend
    #396882

    Hello acho ,

    When you apply changes to change the text color to black , It reflects to all articles title. So change the text color of JA News Featured – title colors on mouse over , you can create css class for that and apply changes.

    pritam Friend
    #396883

    Hello acho ,

    When you apply changes to change the text color to black , It reflects to all articles title. So change the text color of JA News Featured – title colors on mouse over , you can create css class for that and apply changes.

    acho Friend
    #396968

    I am not sure I know how to do that 🙁

    pritam Friend
    #397633

    Hello acho ,

    Can you please confirm that problem has solved. So that we can close that ticket.

    acho Friend
    #397826

    Now the text bacground itself is black, but the text is stil with the color of the background

    I need just the text to be black when on mouse over the background of the article is orange

    acho Friend
    #398512

    any ideas how to fix it?

    acho Friend
    #398977

    <em>@pritam 248647 wrote:</em><blockquote>Hello acho ,

    Can you please confirm that problem has solved. So that we can close that ticket.</blockquote>

    Hi Pritam,

    Can you please help to solve the problem completely?

    Thank you

    jsliao Friend
    #398998

    change


    .ja-zinfp-normal .ja-zincontent:hover a {
    background: none repeat scroll 0 0 #000000;
    }

    to


    .ja-zinfp-normal .ja-zincontent:hover a {
    background: none repeat scroll 0 0 #BF5600;
    color: black;
    }

    acho Friend
    #399229

    Which file to edit?:-[

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

This topic contains 14 replies, has 3 voices, and was last updated by  acho 13 years, 6 months ago.

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