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
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
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
Hi,
Add this to quick css:
.comment_content{
margin-left:0px!important;
}
Best regards,
Jordan Shannon
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
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