Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #236244

    Hi,
    I would like to do the following:
    1) Get rid of the big blue bubble.
    2) Change the ‘Replies’ and ‘Leave a reply’ to another language
    3) Decrease the spacing between the comments

    Thank you in advance!

    #236246

    I seem to have found the comments.php but inputting Russian text in it results in ???????? when saved and on the site. Any fix for that?

    #236288

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    .side-container-comment-inner { display: none; }

    2- You can use this plugin http://wordpress.org/plugins/codestyling-localization/
    3-

    .commentlist>.comment { margin-bottom: 10px; }
    .comment_content { padding: 0 35px 0px 0; }

    Cheers!
    Yigit

    #236705

    Hi, Yigit, thanks.

    Regarding #3, what’s the code for making the bottom margins of a replied comment also shrink its margins? Otherwise the code you posted affects only parent comments and the not replies to it.

    Cheers

    #236894

    Hey!

    Can you post the link to your website so we can take a look?

    Cheers!
    Yigit

    #237008
    This reply has been marked as private.
    #237012

    Hey!

    Please switch to Enfold theme in Appearance > Themes. Currently Twenty Fourteen theme is active

    Cheers!
    Yigit

    #237282

    Sorry, try now.

    #237333

    Hi!

    You can add this on Quick CSS or custom.css:

    .children .comment_content {
    padding-bottom: 0px;
    }

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.