Cutline Theme Support Forums » Cutline Theme Support Forums

Font Size and Live Comment Preview Plugin

(6 posts)
  • Started 4 years ago by lexl
  • Latest reply from Franky
  • This topic is not resolved

  1. I've got a live comment preview plug in using js installed on my blog but the font size for that is very small and I can't see where to modify it on the css. There's no font size on the plug in itself.

    The same problem with minuscule fonts also attaches to some "posted by, at, on, under," + "rss and edit" php on each single page.

    Any help would be sincerely appreciated.

    Posted 4 years ago #
  2. hi lexl,

    check the CSS at AIFN I had a hard time converting the live commenting preview span size too. ;)

    Posted 4 years ago #
  3. How do I get to your CSS directly from the page? View Source? I'm having a hard time plucking it out.

    Are you using the same live comment preview? It looks different.

    Thanks for your help!

    Posted 4 years ago #
  4. hi lexl,

    yes I use the same comment preview plugin, but have changed the CSS for it. Here's my code:
    .preview-comment { margin: 0 0 1.25em 0; padding: 2px 2px 15px; background: #D4D1D4 url('images/preview.jpg') right bottom no-repeat; }
    .preview-comment p { padding: 7px 12px 15px; font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; }

    In the source code you'll find following classes:
    <div id="your-comment"> <!-- livecomment-preview-->
    <div id="commentPreview"></div></div>
    <div class="clear"></div> <!--close livecomment-preview -->

    Note the single </div> is created by the preview plugin itself.

    Posted 4 years ago #
  5. Franky,

    Very sorry to be such a dunderhead, but I'm not an actual coder (as if that wasn't already clear) - I just sort of toy around on the margins and see what happens. So forgive me for my continuous follow ups:

    When you say you've changed the CSS for the preview plugin, does that mean within the plugin php itself? Because it doesn't have any CSS as far as I can tell. Or did you apply the changes to the theme's style.css? Because I tried that to no avail. Is it because I don't have the "images/preview.jpg"? file do you think?

    And to throw myself even further on the altar of humility, when you say that I'll find the second block of div text in source, does that mean after I've made the changes to the CSS, where ever it is those changes go?

    Posted 4 years ago #
  6. lexl, you'll have to create a new CSS class the plugin to style it and wrap the live comment code line in this new <div>

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.