Wordpress Simplism - Change Font

drogon

Elite Member
Joined
May 28, 2010
Messages
2,812
Reaction score
1,473
Hi i've setup the simplism wordpress theme on one of my sites but i can't figure out how to change the font. The defualt is barely visible.

Any help appreciated.

Thanks.
 
Be more specific! Navigation? body? Font color? What?:confused:
 
Hi, sorry font color of the text.
 
Any help would be much appreciated.
 
try to change the code in the .css file (check the folder maybe it is in there) anway iam not familiar with this plugin but this is the usual way to change font etc
 
Already changed the code for the font color in the CSS template but has zero effect. Maybe its locked down somehow!

Its one of the elegant themes templates.
 
This is what you do -

Open your css file based on color of the theme:
*style-Blue.css
*style-Red.css
*style-Green.css
*style-Purple.css

Then find
#container { float: right; width: 950px; ; color: #A2A2A2; background-color: #E0E0E0; background-image: url(images/content-bg.jpg); background-position: top; background-repeat: repeat-x; }

For the sidebar
.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active { display: block; color: #8C8C8C; width: 100%; padding: 3px 3px 3px 3px; background-image: none !important; }

The colors you need to change are highlighted above in red! :)
 
Thanks, got frustrated with the theme so uninstalled it.

Will try that out if i decide to use it again.

Cheers.
 
Hey, thanks.

I enjoyed this mini tutorial on css. I always get so confused and it takes me hours of trial and error to figure out how css affects my web page. I think it is super powerful though. I'm curious as to how you guys learned it? Are you guys cs/ce majors? I wish I majored in cs. I just got my chemical engineering degree and it has nothing to do with IM! :p
 
Back
Top