• Resolved jamking

    (@jamking)


    Hello all I have read the forum form others that were having the same problem in changing link colors but it is still not helping me, my links are blue and I want them gold but I just cant get it, I even changed code in the css but no help I am using Atahualpa 3.4.4. I hope that someone will gratefully help me because I haven’t had any luck with getting help on this forum lately.. Thank you so much

    site link:
    http://thejamkingshow.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can change it via Appearance >> Atahualpa Options >> Body Text and Links.

    You should upgrade to 2.9.2, BTW.

    Thread Starter jamking

    (@jamking)

    Thanks for your Reply Micahcooksey I have done all that except upgrage and still no help, the reason I didn’t want to upgrade is because I will loose some of my important plugins that don’t support 2.9.2

    Thread Starter jamking

    (@jamking)

    I have solve the problem, Thanks to this form for nothing!! and thank you so much micahccoksey at least you did reply!

    Great, what did you do?

    As greater men than I have of quoted, this is a volunteer (free) forum for a free software, so any help you receive is more than you paid for. Not to convey the message that when your question goes unanswered you should just get up from your desk humming a cheerful little ditty, you just shouldn’t complain about it on the forum.

    Thread Starter jamking

    (@jamking)

    Hello Mica I understand what your saying but it get frustrating at times lol. Anyway I did more research and I found that entering the code below corrected everything there is something going on with Atahualpa theme that I cant explain being a newbie and all so I went to Atahualpa->options->Add HTML/CSS Inserts->HTML Inserts: Header and entered

    <style type=”text/css”>
    <!–
    a:link {color: #whatever color; text-decoration: underline; }
    a:active {color: #whatever color; text-decoration: underline; }
    a:visited {color: #whatever color; text-decoration: underline; }
    a:hover {color: #whatever color; text-decoration: none; }
    –>
    </style>

    I hope this helps someone that’s having the same problem. Thanks for everything

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

The topic ‘Help With Changing Link Colors, Please’ is closed to new replies.