Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Autofocus Pro - Changing the colour of the hover text WordPress

  • SOLVED

Hi,

i really want to change the text that appears over the photos of the main page. At the moment it;s in white which doesn't show up very well, i just can't find it in the CSS. Can anyone help?

www.rebornkoala.com

thanks

p

Answers (5)

2011-04-01

Sébastien | French WordpressDesigner answers:

simply add at the bottom of style.css this code
#content .entry-title a{
color:#FF4F4F !important;
}

simply :-)


Peter Landers comments:

Sorry, still didn't work

p


Sébastien | French WordpressDesigner comments:

could you add this code and tell me when you are done, and i look at that
thx


Peter Landers comments:

ok, have added it, thanks

p


Sébastien | French WordpressDesigner comments:

go to wp-content/themes/autofocuspro/css/af-styles.css
and replace
.sf-menu ul a:hover, .sf-menu .current_page_item ul a:hover,
.blog #content .entry-title a,
.blog #content .entry-meta abbr,
.ie6.blog #content .entry-meta .entry-date,
.blog #content .entry-content, .blog #content .entry-content a,
#content .photo-credit, #content .photo-credit a,
#thumbNav a,
#content .entry-content div.large-image p,
.ie6.blog #content .entry-meta a,
#fancybox-title {color:#ffffff;}

with
.sf-menu ul a:hover, .sf-menu .current_page_item ul a:hover,
.blog #content .entry-title a,
.blog #content .entry-meta abbr,
.ie6.blog #content .entry-meta .entry-date,
.blog #content .entry-content, .blog #content .entry-content a,
#content .photo-credit, #content .photo-credit a,
#thumbNav a,
#content .entry-content div.large-image p,
.ie6.blog #content .entry-meta a,
#fancybox-title {color:#FF4F4F;}


Sébastien | French WordpressDesigner comments:

sorry : the file is af-styles.<strong>php</strong> not af-styles.css


Peter Landers comments:

I don't have a af-styles.css file, only a af-styles.php.

Should i do it in there?

p



Sébastien | French WordpressDesigner comments:

yeeeees, open the file af-styles.php with your text editor and replace the code :-)



Peter Landers comments:

Sorry still can't get it to work, used wordpad to change it but nothing

p


Sébastien | French WordpressDesigner comments:

that is the solution at your problem...

open the file af-styles.php with notepad
replace the code and save as af-styles.php
replace the file on your FTP


if you want you can send me your FTP login and i replace the code.
maildeseb @ gmail . com


Sébastien | French WordpressDesigner comments:

or send me your file af-styles.php
as you want


Peter Landers comments:

Thank you very much, i think sending the af-styles.php is best.

here it is

p


Peter Landers comments:

Sorry here it is