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 » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Links color on Posts


  #1  
Old Jul 17, 2009, 02:34 AM
seboush
 
13 posts · Jul 2009
Hi, I would like to change the color of the links of the post only.

I have included the following CSS insert:

div.post-bodycopy a:link {
color: #CC0000;
font-weight: 100;
text-decoration: none;
},
div.post-bodycopy a:active {
color: #CC0000;
font-weight: 100;
text-decoration: none;
},
div.post-bodycopy a:visited {
color: #CC0000;
font-weight: 100;
text-decoration: none;
},
div.post-bodycopy a:hover {
color: #CC0000;
font-weight: 100;
text-decoration: underline;
}

It works on my PC with IE8 and Chrome but it doesn't work with Firefox 3.5 on my Mac.

Can someone please help me?

Many thanks.
  #2  
Old Jul 20, 2009, 11:34 AM
seboush
 
13 posts · Jul 2009
Nobody knows how to change the color of the body only? When I change it with Atahualpa config, it also changes the footer...

Thanks.
  #3  
Old Jul 22, 2009, 02:09 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
probably due to the commas. Use

div.post-bodycopy a:link,
div.post-bodycopy a:active,
div.post-bodycopy a:visited,
div.post-bodycopy a:hover {
color: #CC0000;
font-weight: 100;
text-decoration: none;
}
  #4  
Old Jul 23, 2009, 02:46 AM
seboush
 
13 posts · Jul 2009
It works!

Many thanks, Flynn.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make Current page color different than Hover color? 25jai Page & Category Menu Bars 7 Jul 17, 2009 05:06 AM
How to create a homepage with links to featured posts scrubbs Post-Kicker, -Byline & -Footer 9 May 31, 2009 06:22 PM
How to edit links widget or how to have links in sidebar of page? Joelb53 Sidebars & Widgets 1 May 6, 2009 03:52 AM
Fixed width site. Different page background color from body color? blueprairie Forum How-To 1 Mar 20, 2009 08:55 PM
Can I put HOME, POSTS and COMMENTS Feed links in sidebar? HalfWayThere RSS, Feeds & Subscribing 2 Feb 7, 2009 11:40 AM


All times are GMT -6. The time now is 06:55 AM.


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