Forums

Make 'Comment' larger and bolder in Weaver 2010 (5 posts)

  1. gallagherpottery
    Member
    Posted 1 year ago #

    I am attempting to customize Weaver 2010 and am having a problem with the comments area. I'd like to make the 'Leave a Comment' phrase larger and bolder to stand out, and leave the rest of the line as is. The whole thing just gets lost and people don't even realize they can leave a comment. I'm not very good at coding but I usually use the 'google it and try it' method until I get something that I want.

    My blog is in the works and can be seen at
    gallagherpottery.com

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    try and add this style to your existing styles:

    .comments-link{ font-size:200%; font-weight: bold; }

    normally you would add this to the end of style.css;
    however this could be done different in weaver 2010 (is there a option to add styles?)

  3. gallagherpottery
    Member
    Posted 1 year ago #

    They do and I can alter the main css style sheet which I did below with your recommended addition at the end, as you can see, but it did not change the size of the type in that area?

    [moderated: code removed as per forum rules - please use a pastebin; for up to 10 lines of code, use the code button ot backticks]

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    the css styles can easily be retrieved from the link to your site.

    i can only find this style referring to .comments-link:

    .entry-utility .post-footer .comments-link {
    font-weight:bold !important;
    }

    however, as far as i can see, there is no .post-footer involved; and simply using:

    .entry-utility .comments-link {
    font-weight:bold !important;
    }

    or even:

    .comments-link {
    font-weight:bold !important;
    }

    should work.

  5. gallagherpottery
    Member
    Posted 1 year ago #

    Thank you!

Topic Closed

This topic has been closed to new replies.

About this Topic