• Resolved fatchick2fitchick

    (@fatchick2fitchick)


    My blog is located at https://www.fatchick2fitchickblog.com/ I would like to change the font and color of the text “Related Posts”, “Share This”, “Like This”, “(Number of) Responses to (selected blog title)”, “Leave a Reply”, and change the color of the coral “Submit Comment” button beneath the the comment box.

    These are the only remaining pieces of this theme, that I cannot figure out how to alter. I would appreciate any help that you can give.

Viewing 8 replies - 1 through 8 (of 8 total)
  • .sd-title, .post-meta li .head {
    color: blue;
    }

    OH and the submit button

    #commentform #submit {
    background-color: red;
    }

    I must be tired, responses & related.

    #main h3 {
    color: pink;
    }

    Thread Starter fatchick2fitchick

    (@fatchick2fitchick)

    This worked perfectly! Thank you so much for your help! Do you happen to know how I could widen my content area and side bar to reduce the white space on both sides? I have tried code in the past that did this, but then when I viewed the page on a standard (non-wide screen) monitor, it chopped off the edges of the content and sidebar and did not provide me a scroll bar.

    Thread Starter fatchick2fitchick

    (@fatchick2fitchick)

    Also, I would like the line beneath each comment to go away. I would appreciate any advice on clearing that divider line.

    #comments .comment .comment-container {
        border-bottom: 0;
    }

    Do you happen to know how I could widen my content area and side bar to reduce the white space on both sides?

    You can try this, other than 1 image everything seemed to work on non-widescreen resolutions I tried.

    #header {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #logo {
        float: none;
    }
    #content {
        width: 85%;
        margin: 0 auto;
    }
    #main {
        width: 60%;
    }
    #sidebar {
        width: 35%;
    }
    
    #subscribe-blog-blog_subscription-2 {
        margin-left: 15px;
    }
    Thread Starter fatchick2fitchick

    (@fatchick2fitchick)

    Thank you so much for all of your help batharoy! You have helped me tremendously!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Bueno Theme Customization Help Needed’ is closed to new replies.