Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Heateor Support

    (@heateor)

    Thanks for the appreciation πŸ™‚

    1) Is it possible to format the comment?

    Although not quite sure what you mean by “format the comment”, you can specify required CSS to format comments, in Custom CSS option at Super Socializer > General Options page in admin area.

    2) Comments made prior with formatting list looks odd

    Would you give an example of the comments made prior and those made after formatting list?

    Thread Starter MimmiN

    (@mimmin)

    Thank you πŸ™‚

    1) Formatting: How do I make text bold, italics etc while commenting a post?

    2) I do not know how to make lists now, but lists made in comments before i started to use Super Socializer now looks like the whole ul is one paragraph, with the list elements next to each other instead of below one another. And they are grey and acts like links!

    Thread Starter MimmiN

    (@mimmin)

    I think I found the code:

    .theChampCommentingTabs li {
    	padding-left: 0 !important;
    	float: left;
    	margin: 0 1em 0 0 !important;
    	list-style: none;
    	color: #aaa;
    	display: block;
    	cursor: pointer;
    	font-size: .85em;
    }

    May I remove/edit this, or will that break anything?

    Plugin Author Heateor Support

    (@heateor)

    Above CSS is to keep commenting tab labels float left to each-other. Still, you can make desired changes in CSS and use that in Custom CSS option with !important (to override existing CSS)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Formatting comments i Super Socializer’ is closed to new replies.