Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Can't change my font in ATO>Body, Text & Link (http://forum.bytesforall.com/showthread.php?t=20124)

mrsp31wannabe Apr 14, 2013 08:22 PM

[SOLVED] Can't change my font in ATO>Body, Text & Link
 
I've tried changing the font family in the ATO>Body, Text & Link>Body Style box, but nothing changes on my site after I save changes.

juggledad Apr 15, 2013 08:05 AM

version? url? what did you put there (exactly)?

mrsp31wannabe Apr 15, 2013 08:29 AM

Quote:

Originally Posted by juggledad (Post 99399)
version? url? what did you put there (exactly)?

I'm using version Atahualpa 3.7.11 on Wordpress 3.5.1.
My url is: http://teachingwhatisgood.com
I'll paste the code here, most was already there, I just changed the font family.
font-family: arial,verdana,helvetica,tahoma,Sans-serif;
font-size: 14px;
line-height: 1.5
color: #00000;
background:url(/wp-content/themes/atahualpa/images/backgr.png) repeat
padding-top: 20px; padding-bottom: 20px;

lmilesw Apr 17, 2013 06:26 AM

You are missing semicolons after a couple of the lines.

mrsp31wannabe Apr 17, 2013 09:29 PM

Thanks. I fixed them all, but still it won't change the font. Now it reads:
font-family: arial,verdana,helvetica,tahoma,Sans-serif;
font-size: 14px;
line-height: 1.5;
color: #00000;
background:url(/wp-content/themes/atahualpa/images/backgr.png) repeat;
padding-top: 20px; padding-bottom: 20px;

lmilesw Apr 17, 2013 10:54 PM

The WP SuperCache may need to be cleared. When developing a site it is often best to turn off caching.

mrsp31wannabe Apr 17, 2013 11:12 PM

Oh, I was hoping that would be it (I always forget about the cache), but unfortunately, no dice. :(

juggledad Apr 18, 2013 03:01 AM

have you modified any of the theme code? specifically the file css.php? because my suspicion is that you added a 'background' rule to it and put in an extra closing '}' which is causing what you put in ATO->Body, Text & Link->Body Style to be ignored

mrsp31wannabe Apr 18, 2013 12:30 PM

Well, I couldn't find it but this new update today FIXED IT!!! Hooray! Thanks for all your help!


All times are GMT -6. The time now is 05:13 PM.

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