Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » RSS, Feeds & Subscribing »

Trying to change link color on one page


  #1  
Old Aug 11, 2009, 12:16 PM
lilkush
 
2 posts · Aug 2009
Hi! I'm trying to change the color of a link on just my home page (http://lizkushner.com) so that it doesn't blend into the background I've created for that page. Suggestions? Also, I'm fairly new to WordPress, so feel free to be as specific as possible in your answer! Thanks!
  #2  
Old Aug 11, 2009, 01:13 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You're using an older Atahualpa version so things like body CSS classes are not available. In your case I'd suggest that you either 1) give that link a class and put the CSS style for it into HTML/CSS Inserts -> CSS Inserts, or 2) put the CSS right into the link ("inline").

1.)

<a class="my-link" href="...">....</a>

CSS Insert:

a.my-link:link,
a.my-link:visited,
a.my-link:active,
a.my-link:hover {
color: #123456;
}


2.)

<a style="color:#123456" href="...">....</a>
  #3  
Old Aug 11, 2009, 03:02 PM
lilkush
 
2 posts · Aug 2009
That did the trick - thanks!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reply link changing color neocratus Comments, trackbacks & pings 3 Jul 11, 2010 01:49 PM
[SOLVED] ATO text color change bug for Home page? juandrah Atahualpa 3 Wordpress theme 2 Jul 18, 2009 09:47 PM
Mailpress: change post link color...can't figgure this out. d_random Sidebars & Widgets 3 Jun 10, 2009 10:11 AM
How do I change the Font color and bullets for the Page title in the Page Widget chrysos Page & Category Menu Bars 2 May 31, 2009 06:15 PM
Change color of post title only, not page title jockoe Atahualpa 3 Wordpress theme 1 Feb 26, 2009 06:14 PM


All times are GMT -6. The time now is 04:38 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.