Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

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

Trying to change link color on one page


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #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,730 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 05:35 AM.


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