Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #996695

    Hi,

    I am trying to change the comment text to smaller size, but with the code

    #top .comment_text {
        font-size: 12px !important;
    }
    

    it is not working. Can you help? Please kindly find a link to a post with comments in private content box. Thank you in advance.

    Best regards,
    Sophie

    #996713

    Hey Sophie,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .comment_content .comment_text p {
    font-size: 13px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 6 years, 3 months ago by Victoria.
    #996843

    Hi Victoria,

    awesome, that is working perfectly, thhnk you so much :-) ! Just another question regarding comments: I disabled Gravatar due to GDPR. Is it possible to move the comment container to the left where orignally the Gravatar was placed, so the comment container has full width? That would be great!

    Thanks again for all your help.

    Kind regards,
    Sophie

    #996850

    Hi,

    Add this to quick css:

    .comment_content{
    margin-left:0px!important;
    }

    Best regards,
    Jordan Shannon

    #996855

    Hi Jordan,

    thank you so much, that is working fine :-) ! I think you can close this topic now.

    Have a great day!

    Kind regards,
    Sophie

    #996860

    Hi,

    Great! I’m glad you were able to get this resolved. If you need addtional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Comment text font size’ is closed to new replies.