A user has spotted a bug in the blog header that causes it to appear awkwardly. We have fixed that issue and uploaded version 1.0.1 to download.
If you would like the direct edits instead of redownloading and reimporting the skin. The changes are as follows:
1. In your ACP, navigate to the look & feel tab and click on Power.
2. Next, click on the CSS tab of the editor, and click on ipblog.css.
3. Add the following code ABOVE all existing code in the stylesheet:
If you would like the direct edits instead of redownloading and reimporting the skin. The changes are as follows:
1. In your ACP, navigate to the look & feel tab and click on Power.
2. Next, click on the CSS tab of the editor, and click on ipblog.css.
3. Add the following code ABOVE all existing code in the stylesheet:
#blog_title { display: block; width: 270px !important; margin-bottom: 15px !important; background: transparent !important; position: relative; } #blog_title span { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important; font-style: normal !important; text-transform: uppercase !important; position: relative !important; top: 10px; left: 10px !important; font-size: 1.8em; color: #fff; text-shadow: #000 0px 0px 0px !important; width: 210px !important; font-weight: bold !important; } #blog_title img { position: relative !important; top: 10px; left: 10px !important; display: none !important; }4. Save. Done!