Before you ask please READ THIS

Weight Submit commentary

edited March 2012 in Airlock Posts: 5
also, another problem, the weight of submit commentary in the blog miss a part, right now i can only see the Submit commen with nothing else ..... it's quite wired .

Thx

Comments

  • Posts: 5
    a image to explain ...
    Screen Shot 2012-03-12 at 22.29.01.png
    442 x 204 - 9K
  • AirAir
    Posts: 10,970
    Hi.

    It would be easier to check what is going on if you would post link to your project.
    Read: http://support.apollo13.eu/discussion/12/before-you-ask-read-this-#Item_1
  • Posts: 5
    Sorry, here's my link to my website: temptdesign.com
    Actually, its happens only on Safari or Chrome, but Firefox. I don't know why....
    and its much worse in Chrome, it can only showoff the night version, and some problem with hello text. The page is loaded in text first, then the entire template. Is there any solution?

    Also, i really want to change the font of entire site, is it Arial? I found it very heavy to me, do you have any tutorial that i can try it by myself.

    Thx
  • AirAir
    Posts: 10,970
    OK I found what is going on. Go to (on your FTP) wp-content/themes/airlock/common/css and edit two files: style-light.css and style-dar.css

    Find there
    form.styled-form input[type="submit"]{
    -moz-box-shadow: 1px 2px 2px #ccc;
    -webkit-box-shadow: 1px 2px 2px #ccc;
    box-shadow: 1px 2px 2px #ccc;
    text-shadow: 1px 1px 2px #fff;
    border: none;
    background: url(../gfx/light/submit.png) 0 0 repeat-x;
    font-weight: bold;
    color: #8e8d8d;
    height: 30px;
    padding: 7px 17px;
    display: inline-block;
    margin: 10px 0 0;
    width: 124px;
    text-align: center;
    }
    and delete width: 124px;

    While you are there you can edit font family, find:
    html{
    background-color: #f6f6f6;
    font-size: 13px;
    color: #a1a1a1;
    min-height: 100%;
    font-family: Calibri, Arial, Tahoma;
    }
    end edit font-family property, but remember to use safe web fonts http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html

    If you have problems with Hello text disable theme switcher http://apollo13.eu/docs/airlock/#!/airlock_main_settings_strongtheme_styles_strong and use only one theme version.

    With regards.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion