kapreadevila Posted February 17, 2023 Posted February 17, 2023 HI! What is the css code to customize the Name and "just now" when someone comments on a blog post?
tuanphan Posted February 21, 2023 Posted February 21, 2023 You mean rename them or change their style (color, size..)? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted March 6, 2023 Posted March 6, 2023 On 3/4/2023 at 11:01 PM, kapreadevila said: Change the font style. Okay. Can you share link to post in screenshot, we can give some simple code to change this Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
kapreadevila Posted March 11, 2023 Author Posted March 11, 2023 Here's a link to a recent blog post with comments: https://www.goodguyspress.com/livecoverage/razorbraids I would like to customize the font of the Commenter's name and the "__ days ago"
tuanphan Posted March 12, 2023 Posted March 12, 2023 On 3/11/2023 at 6:43 PM, kapreadevila said: Here's a link to a recent blog post with comments: https://www.goodguyspress.com/livecoverage/razorbraids I would like to customize the font of the Commenter's name and the "__ days ago" Add to Design > Custom CSS span.author { font-size: 30px !important; color: #f1f; } span.date * { font-family: monospace; font-size: 20px; color: black; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment