In WPfolio, the color of the links in the body text are dark. I cannot change them with the theme options--this isn't effecting the colors of links in the body and footer. Where is the code located to change this to the color I want? thanks!!
In WPfolio, the color of the links in the body text are dark. I cannot change them with the theme options--this isn't effecting the colors of links in the body and footer. Where is the code located to change this to the color I want? thanks!!
Hi,
Just some quick CSS editing required. Appearance, Edit. Make sure you're looking at style.css, and then look for this line:
a {
color: #545454;
font-weight: bold;
text-decoration: none;
}
Color is what would change. You could try #CBCD9B, which is the color of your text, or any valid color. Check carefully... it's a very general command, and that could effect loads of links on your site.
Cheers, Dave
Fantastic!! That was easy. Thanks!
I would highly recommend creating a Child Theme, and placing those CSS edits in your Child Theme's style.css file.
Otherwise, as soon as WPFolio is updated, you will lose your changes.
Yes, this is on my list.
I have an unrelated question I'm searching the forum for, but thought I'd ask here. I want to change some thumbnail images so that they are entirely different than the parent image. Is this possible?
I am using jQuery Lightbox For Native Galleries
Thanks!
I want to change some thumbnail images so that they are entirely different than the parent image. Is this possible?
Not natively using the Media Manager, as far as I know.
Okay. Thanks.
Oh! I figured it out.
I went into the site by ftp and found the thumbnail file. I then created thumbnails I wanted at 150x150 in photoshop and named them exactly what they were called by WP when it created the orig icons. Then I uploaded them by ftp, overwriting the originals. it worked!!
This topic has been closed to new replies.