Forum Replies Created
-
AuthorPosts
-
SoZo
MemberThat's controlled in the grid loop within home.php
'grid_image_size' => 0,
Just replace "0" with the image size you want to use, i.e.
'grid_image_size' => 'thumbnail',
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberSoZo
MemberIs there supposed to be a way to default to thread subscriptions in the profile? Doing it on a per thread basis is gonna get tedious.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberYou can still do all of that here 😉
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
November 16, 2012 at 6:24 pm in reply to: Removing the post-info from Shopp products on Fabric child theme #387SoZo
MemberGood point Jeff. Moved it back to "correct" forum. 😉
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberW3Schools is a pretty good place to start getting familiar with CSS. See this entry on margins. And all style rules are located in the style sheet, style.css, which you can edit in Appearance=>Editor however I highly recommend using an FTP client and a dedicated code editor. A code editor offeres many essential features missing from WP's editor such as syntax and error highlighting and the ability to revert through your changes in case you make any mistakes.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberIf by center you mean pushing them down a bit you can add top margin to the #header .widget-area rule.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberHey Dennis,
The title styles are set in this rule in your style sheet
#title {
font-family: 'Play', arial, serif;
font-size: 48px;
font-weight: bold;
line-height: 48px;
margin: 0;
text-shadow: 2px 2px #000;
text-transform: uppercase;
}And you can activate the secondary navbar in the Genesis Theme Settings panel.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberGreat function Travis. Thanks for posting.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberSoZo
MemberNice new avatar! Stay safe out there!
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
SoZo
MemberThis is going to be great! Eager to see the new portal.
Key Master 🙂
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
-
AuthorPosts