Welcome to the Lounge. Our tutorials are saved here. These are currently all for LJ and Flexible Squares. Should you have general questions about us check out our FAQ. I do NOT customize layouts for individuals.

Layout Change Quick Guide
If you like Flexible Squares, I have tons of layouts for you, and still create them.I've been creating Layouts for DW's Bannering. Here's how to use them:
1. Go to
Transmogrified Layouts.
2. Choose Basic.
3. Go to
Custom CSS.
4. Make sure all boxes are unchecked
5. Copy Coding to Stylesheet Box.
6. Make sure to update with your own images/image urls. Imgur images are okay to be used.
7.Click Save.
Tips Welcome:

You can also find
layout_lounge at LiveJournal.
(no subject)
Date: 2015-02-04 11:00 pm (UTC)You aren't dumb it is font that is coded into the layout. This is a tutorial that explains it.
http://layout-lounge.livejournal.com/41419.html
This is the Sidebar Titles coding for Flexible Square layouts....
li.sbartitle {
list-style: none;
color: rgba(255, 255, 255, 0.7);
text-align: center;
letter-spacing: 2px;
font-family: "Homemade Apple", trebuchet ms, arial, sans-serif;
font-size: 22px;
text-transform: normal;
margin: 1px 0px 0px 8px;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
}
This is the font coding for the specific font from Google Fonts.
@font-face {
font-family: 'Homemade Apple';
font-style: normal;
font-weight: 400;
src: local('Homemade Apple'), local('HomemadeApple'), url(http://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86Kmk7U3V72hKgu0Yds_deA8.woff) format('woff');
}
You have to have the font coding in your coding to get the "font-family" in the title section to work.