Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • conforturis Friend
    #188871

    Hi,
    In Ja_droid template how can I change font size and font color in links (a:hover and a:active) module position user user7, user8, user9?
    I am using Red-Color Profiles.

    Ninja Lead Moderator
    #498801

    This way will help you to change font-size and color

    Open templates/ja_droid/css/template.css file

    Add new script


    #ja-botsl .ja-moduletable a {
    font-size: 14px;
    color: red;
    }
    #ja-botsl .ja-moduletable a:hover {
    font-size: 14px;
    color: blue;
    }
    #ja-botsl .ja-moduletable a:active {
    font-size: 14px;
    color: yellow;
    }

    Always remember to clear cache from the Admin area after apply any changes

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, 4 months ago.

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