ferreartes
Member
Posted 6 months ago #
Hello,
I'm designing a new web on http://www.naogu.es/wordpress and I am unable to change the linl's font size and color on the footer. I have tried this:
/* Links */
a {
color: #942473;
text-decoration: none;
}
a:focus,
a:active,
a:hover {
text-decoration: underline;
}
At first it worked but then the links were blue again.
Anyone can help me please?
Thanks in advance!
Apparently you already found the solution to your problem!
ferreartes
Member
Posted 6 months ago #
Yes indeed...I've been trying all the morning (here in Spain) and finally I copied the footer.php code and pasted it in Dreamweaver. Then I edited everything manually (old school as I am new in wordpress) and then took the code to the wordpress editor.
ferreartes
Member
Posted 6 months ago #
Thank you for taking the time to review it though! It's greatly appreciated!