WordPress.org

Forums

[Theme Atahualpa] Comment style controls (6 posts)

  1. Econophile
    Member
    Posted 4 years ago #

    I can't figure out how to control the fonts of the comment section. On the page where it displays the article and comments, it says in bold type, e.g., "1 comment to New Home for Subprime Crisis Forum." Then below, also in the same bold font, "Leave a Reply." I can't figure out how to control the font and style here, although I've got everything else worked out. Does anyone know? Thanks.

  2. bytesforall
    Member
    Posted 4 years ago #

    At Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Inserts add

    h3#comments {
    ... styles for XX comments to ...
    }

    h3.reply {
    ... styles for "leave a reply" ...
    }

    Replace ... xxxxx .... with actual styles such as

    font-weight: normal;
    color: #cc0000;
    font-size: 1.6em;

    See http://www.w3schools.com/css/css_font.asp

  3. Econophile
    Member
    Posted 4 years ago #

    Thank you very much for this help. I get it now. Great theme.

  4. Econophile
    Member
    Posted 4 years ago #

    By the way, do you know how to add a button that allows people to subscribe by email? I want to control my own email subscribers and not go through Feedburner. Is there a simple widget that does this? Nothing I've looked at Subscribe2 and WP-Email but they didn't seem to provide this function. I'm using Quick Subscribe but it's pretty funky.
    Thanks if you can help.

  5. bytesforall
    Member
    Posted 4 years ago #

    I know of Subscribe to Comments (which works well on Atahualpa) but you probably mean to subscribe to all posts, not the comments of a single post. There is probably a plugin for this. In case you haven't looked yet: http://wordpress.org/extend/plugins/

  6. Econophile
    Member
    Posted 4 years ago #

    Yes, that's what I'm looking for. I haven't found one yet. Just Quick Subscribe. Do you do custom work?

    I love this template. Fun to use once I've got all of its capabilities figured out.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags