Rating: 4 stars
Really great theme for this type of lay out. I have gone through a few of themes and on this type of layout the [Automatic Youtube Video Posts] plu-in usualy gives a error! but this one it works. The only problem I am having with it is I cant find out where to make links so you can actually see them in the CSS! WHY Would you make a theme where you cant see the links? I Put links in my blogs so people can click them! Ill figure it out but it is taking up a lot of my time. I figured our how to make the slide show so the pictures are not stretched out to the max.
If you are interested Its in the style.css
this line:
#slider .text h1 a {
color:#fff;
}
img.attachment-338x211{
width: 338px;
height: 211px;
I don’t remember but I changed the sizes from the original size and now pics usually look good! That took a day to figure out! But I am hopping this theme is worth the time…
I have it installed on 2 sites so far ministersnetwork.org and veterans.name
(Check it there to see If I am still using it)
And If i can configure it to where I like it Ill put it on a lot more ??
UPDATE::
Cool I found it! Actually I always had it it just wasn’t refreshing they way it should..
The code to change is:
a, h2 a:hover, h3 a:hover {
color: #FFCC00;
text-decoration: underline;
}
a:hover {
color: #00CC00;
text-decoration: none;
}
]]>