Hi,
I am playing around with my blog page here, and I seem to have gotten stuck. ;)
http://staging.expresswriters.com/content-marketing-vs-copywriting-top-strategies-2014/ http://staging.expresswriters.com/author/expresswriters/
Is there a way to edit the author snippets so they don’t have the giant space in between the title (without effecting the blog layout)? Also, I can’t get the title color to change on the author page without affecting the titles on the actual blog.
This issue coincides with a ticket I just made a few minutes ago here: https://kriesi.at/support/topic/new-blog-layout-cant-make-featured-image-full-width/
Thanks again,
Josh
Hi j1980mac!
You can target the author pages by adding the archive.author classes to the #top id in your css selectors. For example:
#top.author.archive .fullsize .template-blog .post-title {
font-size: 50px;
padding-bottom: 2%;
}
Cheers!
Devin
Worked perfect thanks!