- This topic has 2 replies, 2 voices, and was last updated 10 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Showcase and Feedback’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Showcase and Feedback › Blog about WordPress Hosting and Optimization – Customized eleven40 Pro
Tagged: Eleven40
Hello,
I'd like to show my (Dutch) blog which I built using the eleven40 pro theme, custimized to my needs.
What do you think of it?
Cheers
Rick
WordPress Hosting Reviews and WordPress Optimization Tutorials at: WP Hosting Blog
Looks good to me. How do you do the indented quoted text? I really like that.
It's done by adding just a few lines of CSS code:
blockquote,
blockquote:before {
font-family: Georgia, serif;
}
blockquote:before {
font-size: 300%;
position: relative;
left: -65px; /* 20px + 40px + 5px */
}
blockquote {
border-left: 5px solid #ddd;
margin: 40px 0 40px 40px;
padding-left: 20px;
}
blockquote p {
font-style: italic;
}
WordPress Hosting Reviews and WordPress Optimization Tutorials at: WP Hosting Blog
© 2025 WPEngine, Inc.