Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dfirsching Friend
    #157041

    I’m trying to understand how to change the color of the text logo in JA Droid. I am using the red color and the logo comes out dark red with a hover turning it to black. Putting in a color in “custom CSS” in the default profile does not change this. Suggestions?

    Sherlock Friend
    #365563

    Dear dfIrsching,

    You can go to the file of templates/ja_droid/css/template.css,Looking for this css
    div.logo-text h1 a {
    text-decoration:none;
    }
    You can add the color value here to change the default color
    And adding the css
    div.logo-text h1 a:hover {
    text-decoration:none;
    color:your_color_Value;
    }
    To change the hovered color as you want

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 11 months ago.

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