Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sfpkent Friend
    #139357

    Hi,

    Good day! 🙂

    I want to change all links colors in JA Cooper business. As you can see in my website:
    http://worldwebcreator.com/
    http://worldwebcreator.com/index.php?option=com_content&view=article&id=46:web-design-by-installment&catid=42:about-us

    I already attached the problem (image file)

    I have tried myself to change the links colors on template.css (code below) but nothing change, can anyone help??

    /* Normal link */
    a {
    color: #ADCB56;
    text-decoration: none;
    }

    a:hover, a:active, a:focus {
    text-decoration: underline;
    }

    Thanks in advanced. 🙂


    1. linkcolor
    2. linkcolor2
    jwellman Friend
    #296934

    Are you working with a CSS file named blue? I see the template CSS file has been changed to a green color but it looks like the gray link color is in a blue.css folder. See below after viewing with FF.

    a:hover, a:active, a:focus {template.css (line 52)
    text-decoration:underline;
    }
    a:hover, a:active, a:focus {template.css (line 52)
    text-decoration:underline;
    }
    a {blue.css (line 6)
    color:#444444;

    For the read more color, have you tried here?

    a.readon:hover, a.readon:focus, a.readon:active {template.css (line 442)
    }
    a.readon:hover, a.readon:focus, a.readon:active {template.css (line 442)
    }
    a.readon {template.css (line 436)
    display:block;
    float:left;
    margin-top:5px;
    }
    small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon, .blog_more strong, #ja-pathway, #ja-footer, #ja-botsl1, #ja-botsl2 {template.css (line 67)
    font-size:92%;
    }
    a:hover, a:active, a:focus {template.css (line 52)
    text-decoration:underline;
    }
    a:hover, a:active, a:focus {template.css (line 52)
    text-decoration:underline;
    }
    a {blue.css (line 6)
    color:#444444;

    sfpkent Friend
    #296935

    Hi jwellman,

    Thanks your advice, let me try first and come back here. 🙂

    sfpkent Friend
    #296936

    Hi jwellman,

    Thank you very much. It works perfectly. Just change:

    a:hover, a:active, a:focus {template.css (line 52)
    text-decoration:underline;
    }
    a:hover, a:active, a:focus {template.css (line 52)
    text-decoration:underline;
    }
    a {blue.css (line 6)
    color:#444444;

    jojoradio Friend
    #298261

    This thread has been very helpful, except that changing the color of “a” changes it for the whole site. I’m using the RED Cooper Business and want to keep the titles on the front page gray, but change any links in articles to a different color. Where on the CSS would that be?

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

This topic contains 5 replies, has 3 voices, and was last updated by  jojoradio 15 years, 7 months ago.

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