Trouble with ‘Read More’ Remove default bold on content

  • Unknown's avatar

    Hi Everyone,

    I’ve been scouring the internet, forums and google for over a week to figure out how to get the “read more” feature activated on my css stylesheet. i tweaked the andreas09 theme…everything is perfect but i can’t get this feature to work. Please help me out, also if you can take a look at the css, tell me where i need to make changes to remove the default bold on all my text.

    please visit: http://www.tasteslikecaramel.wordpress.com thanks soo much for your help

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This is the current CSS coding:

    body {
    background:#8b8b8b;
    color:#303030;
    font:80% Trebuchet MS;
    text-align:center;
    margin:0;
    padding:0;
    }

    a {
    font-weight:bold;
    text-decoration:none;
    }

    a:hover {
    color:#808080;
    text-decoration:underline;
    }

    p {
    line-height:1.5em;
    margin:0 0 15px;
    padding:0;
    }

    code {
    font-size:1.1em;
    }

    #container {
    background:#E3E4FA url(‘http://i43.photobucket.com/albums/e354/CaramelBlog/wpimages/bg.jpg’) repeat-x;
    }

    #sitename {
    background:url(‘http://i43.photobucket.com/albums/e354/CaramelBlog/wpimages/wpb1.gif’) no-repeat;
    background-position:center;
    color:#ffffff;
    height:150px;
    margin:0 20px 10px;
    }

    #sitename h1,#sitename h2 {
    display:none;
    font-size:230%;
    color:blue;
    margin:0;
    padding:0;
    }

    #sitename h1 {
    font-size:2.4em;
    padding-top:20px;
    }

    #sitename h1 a {
    color:#ffffff;
    text-decoration:none;
    letter-spacing:5px;
    }

    #sitename h2 {
    font-size:1.6em;
    }

    #wrap {
    clear:both;
    font-size:.9em;
    margin-top:5px;
    padding:0;
    }

    #mainmenu {
    clear:both;
    width:100%;
    margin:0;
    padding:0;
    }

    #mainmenu ul.level1 {
    border-top:1px solid #33ff00;
    border-bottom:1px solid #33ff00;
    }

    #mainmenu ul {
    background:#b0b0b0 center left repeat-x;
    border-bottom:1px solid #fff;
    margin:0;
    padding:0 0 0 5px;
    }

    #mainmenu li {
    display:inline;
    line-height:25px;
    margin-left:-4px;
    font-size:.9em;
    list-style:none;
    text-transform:uppercase;
    padding:0;
    }

    #mainmenu a {
    text-decoration:none;
    border-right:1px solid #B0B0B0;
    padding:6px 9px;
    }

    #mainmenu li.current a {
    color:#000;
    }

    #leftside,#rightside {
    text-align:left;
    width:165px;
    margin:0;
    padding:0 10px 10px;
    }

    #leftside {
    float:left;
    margin-right:10px;
    }

    #rightside {
    float:right;
    margin-left:10px;
    }

    #rightside img {
    border:0;
    }

    #leftside h2,#rightside h2 {
    font-size:1.4em;
    margin-top:10px;
    border-bottom:1px solid #33ff00;
    padding:5px 5px 5px 0;
    }

    #leftside ul,#rightside ul {
    padding-left:0;
    margin:0;
    }

    #leftside li,#rightside li {
    list-style:none;
    }

    li#archives h2,li.pagenav h2 {
    width:165px;
    }

    li#archives,li.pagenav {
    width:145px;
    }

    li#archives li a,li.pagenav li a {
    background:#e8e9ea;
    border:1px solid #b0b0b0;
    display:block;
    margin-top:4px;
    position:relative;
    text-transform:capitalize;
    width:100%;
    padding:5px 4px 4px 10px;
    }

    li#archives li a:hover,li.pagenav li a:hover {
    background:#f8f9fa;
    border:1px solid #909090;
    color:#303030;
    text-decoration:none;
    }

    li#archives ul.children li a,li.pagenav ul.children li a {
    font-size:1em;
    float:left;
    margin:3px 0 2px;
    padding:5px 4px 4px 10px;
    }

    ul.children li {
    margin-left:10px;
    }

    li#categories ul.children li li,li#archives ul.children li li,li.pagenav ul.children li li {
    padding-left:10px;
    }

    li#categories ul.children li li a,li#archives ul.children li li a,li.pagenav ul.children li li a {
    width:115px;
    }

    li.feed {
    background:url(‘images/rss.gif’) no-repeat left top;
    padding:2px 0 8px 20px;
    }

    li#recent-comments ul li {
    padding-bottom:5px;
    }

    li#recent-posts ul li {
    padding-bottom:5px;
    }

    #content,#contentalt {
    text-align:left;
    background-color:#fafcff;
    border:1px solid #909090;
    color:#2a2a2a;
    padding:15px 20px 5px;
    }

    #content {
    margin:0 200px;
    }

    #contentalt {
    margin:0 200px 0 20px;
    }

    #content h1,#contentalt h1,#contentalt h2 {
    background-color:inherit;
    color:#606060;
    font-size:1.8em;
    font-weight:bold;
    letter-spacing:-1px;
    margin:0 0 15px;
    padding:0;
    }

    #content h1,#contentalt h1 {
    border-bottom:1px solid #b0b0b0;
    }

    #content h2 {
    font-size:1.6em;
    color:#606060;
    }

    .sticky {
    border:2px solid #666;
    margin-bottom:20px!important;
    padding:10px;
    }

    .archives li,.linkspage li {
    list-style:none;
    }

    .archives ul.children {
    padding-left:10px;
    margin-left:10px;
    }

    #footer {
    background:#8b8b8b url(‘images/footerbg.jpg’) top left repeat-x;
    clear:both;
    color:#000;
    font-size:.9em;
    font-weight:bold;
    text-align:center;
    width:100%;
    margin:0;
    padding:20px 0;
    }

    #footer a {
    color:#d0d0d0;
    font-weight:bold;
    }

    form.contact-form {
    width:99%!important;
    }

    #comment {
    width:100%;
    border:1px solid #b0b0b0;
    }

    #commentform {
    width:97%;
    }

    #author {
    border:1px solid #b0b0b0;
    }

    #email {
    border:1px solid #b0b0b0;
    }

    #url {
    border:1px solid #b0b0b0;
    }

    #submit {
    background:#f0f0f0;
    border:1px solid #b0b0b0;
    }

    #submit:hover {
    background:#e8e9ea;
    border:1px solid #848484;
    cursor:pointer;
    }

    .entry img,.entrytext img {
    border:1px solid #b0b0b0;
    margin:5px;
    padding:5px;
    }

    .entry a:hover img,.entrytext a:hover img {
    border:1px solid #505050;
    padding:5px;
    }

    img.wp-smiley {
    border:0;
    margin:0;
    padding:0;
    }

    .thumbnail {
    background:#fafbfc;
    border:1px solid #b0b0b0;
    margin:0 0 10px 10px;
    padding:5px;
    }

    .left {
    background:#fafbfc;
    border:1px solid #b0b0b0;
    float:left;
    margin:5px 15px 6px 0;
    padding:5px;
    }

    .right {
    background:#fafbfc;
    border:1px solid #b0b0b0;
    float:right;
    margin:5px 0 6px 15px;
    padding:5px;
    }

    .noalign {
    background:#fafbfc;
    border:1px solid #b0b0b0;
    margin:5px;
    padding:5px;
    }

    #searchform {
    margin-top:10px;
    }

    #searchbox {
    background:#f0f0f0;
    border:1px solid #b0b0b0;
    width:160px;
    margin:0 4px 0 0;
    }

    #searchbutton {
    background:#f0f0f0;
    border:1px solid #b0b0b0;
    }

    #searchbutton:hover {
    background:#e8e9ea;
    border:1px solid #848484;
    cursor:pointer;
    }

    .postmetadata {
    background:#e8e9ea;
    font-size:.9em;
    border:1px solid #b0b0b0;
    margin:0;
    padding:10px;
    }

    ol.commentlist li {
    border:1px solid #b0b0b0;
    margin-bottom:10px;
    padding:10px;
    }

    ol.commentlist li cite {
    text-transform:capitalize;
    }

    ol.commentlist li p {
    padding-top:10px;
    }

    ol.commentlist .children {
    list-style-type:none;
    }

    ol.commentlist li .avatar {
    border:1px solid #b0b0b0;
    float:right;
    margin:0;
    padding:2px;
    }

    .alt {
    background:#e8e9ea;
    }

    .intro {
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:-1px;
    }

    blockquote {
    border:1px dashed #b0b0b0;
    margin:30px;
    padding:10px 10px 0;
    }

    blockquote p {
    margin:0 0 10px;
    padding:0;
    }

    .small {
    font-size:.8em;
    }

    .large {
    font-size:1.4em;
    }

    .center {
    text-align:center;
    }

    .category {
    border-bottom:1px solid #33ff00;
    }

    .date {
    margin-top:-10px;
    padding-top:0;
    border-bottom:1px solid #33ff00;
    }

    #page {
    border-bottom:1px solid #b0b0b0;
    padding-bottom:10px;
    margin-bottom:10px;
    }

    .navigation {
    border-bottom:1px dashed #b0b0b0;
    margin:0 0 20px;
    padding:0 0 20px;
    }

    .bottomnavigation {
    border-top:1px dashed #b0b0b0;
    margin:30px 0 0;
    padding:5px 0 30px;
    }

    .alignleft {
    float:left;
    text-align:left;
    }

    .alignright {
    float:right;
    text-align:right;
    }

    .post {
    padding-top:0;
    padding-bottom:10px;
    margin:0;
    }

    .entry,.entrytext {
    overflow:hidden;
    }

    * html.entry,* html.entrytext {
    overflow:visible;
    height:1px;
    }

    * html.entry p,* html.entrytext p {
    width:99%;
    overflow:hidden;
    }

    .entrytext {
    padding-top:0;
    }

    .clearingdiv {
    clear:both;
    height:30px;
    width:1px;
    }

    .hide {
    display:none;
    }

    .rsswidget {
    border:0;
    vertical-align:bottom;
    }

    img.centered,img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    }

    img.alignright {
    display:inline;
    margin:0 0 2px 7px;
    padding:5px;
    }

    img.alignleft {
    display:inline;
    margin:0 7px 2px 0;
    padding:5px;
    }

    .aligncenter,div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    }

    .wp-caption {
    border:1px solid #ddd;
    text-align:center;
    background-color:#f3f3f3;
    padding-top:4px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    margin:10px;
    }

    .wp-caption img {
    border:0 none;
    margin:0;
    padding:0;
    }

    .wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
    }

  • The topic ‘Trouble with ‘Read More’ Remove default bold on content’ is closed to new replies.