• okay so i figured out all this coding on firebug and now i went in and copied pasted into my user but its not working? what shpuld i do? i need these codes to finish my site? `.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited {
    border: 3px solid #3D0A00;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 3px 0;
    padding: 5px 10px;
    text-decoration: none;
    }

    .posts-quick {
    margin: 0 10px 10px 60px;
    padding: 0;
    }

    .posts-quick .entry-summary {
    line-height: 1.6em;
    margin-bottom: 15px;
    }

    .posts-quick .quick-read-more {
    margin: 10px 0 5px;
    }

    .home-title {
    border-bottom: 1px solid #DDDDDD;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 15px 10px 60px;
    padding: 0 3px 8px;
    text-transform: uppercase;
    }

    .home-title {
    background: none repeat scroll 0 0 #7E1E14;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    width: 504px;
    }`

  • The topic ‘FIrebug and coding’ is closed to new replies.