Community Forums › Forums › Design Tips and Tricks › Change Colors and Fonts
Tagged: theme colors, theme fonts
This topic contains 5 replies, has 2 voices, and was last updated by abbypanda 4 months, 2 weeks ago.
-
AuthorPosts
-
January 6, 2013 at 12:18 am #9898
how do I change my themes font?
How do I change the link and hover colors? What if I want to do a custom color palete? How do I do this?
January 6, 2013 at 8:18 am #9918You would do it in your stylesheet. Since I don’t know which theme you are using or your website, I can’t be more specific than that.
If you provide me with a link to your site, or let me know which theme you are using, I can tell you what you should be looking for in your code.
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsJanuary 6, 2013 at 11:30 am #9948Thanks susan! It’s the minimalist theme
January 6, 2013 at 12:57 pm #9956The default font on Minimum can be found by searching for this in your stylesheet:
font-family: 'Open Sans', sans-serif;
Replace that font with the font of your choice.
For link and hover colors look for this:
/* Hyperlinks ------------------------------------------------------------ */ a, a:visited { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; color: #ed702b; font-weight: 700; text-decoration: none; transition: all 0.2s ease-in-out; } a:hover { color: #3e3e3e; text-decoration: none; }The colors are the 6 digit (or 3 digit) numbers with the # in front of them.
Any color can be changed to the colors of your choice.
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsJanuary 6, 2013 at 1:35 pm #9968Thank you. and a few more questions:
on the featured image: It’s not showing on my homepage next to the posts. I changed layotus and it shows fine all my previous posts w/ featured images from the past template. I just tried making a blog today and sized the image very small (smaller than the others on ohter pages) but it’s still showing so huge it’s taking up the whole screen.
How can I solve this?
January 6, 2013 at 1:38 pm #9970this is an example of the large featured image
http://www.abbymalonephoto.com/snow-dogs/
In the theme settings it’s set for “featured image” as “home top which is like 400x 200″
It’s still not displaying featured images on the front page
In addition I put the code snipped to remove the site description and header and it’s still not gone from the front page
-
AuthorPosts
You must be logged in to reply to this topic.