How to style the comment area. Basically, the title ‘1 thought on “Hello world!”’ or on something else changed to ‘Comments’ to the left side on the point of the avatar and the comment.
The css for your comment-reply-link is good – but you must have it inside a mobile media query. I can’t tell, your css is compressed from the wp fastest cache plugin.
Best you disable your cache while you are developing.
You still have your minified css cache turned on – so I can’t really look into better details. Really, it’s best practice to not have any caching going on while you’re under development anyway.
(@expofield)
4 years, 4 months ago
How to style the comment area. Basically, the title ‘1 thought on “Hello world!”’ or on something else changed to ‘Comments’ to the left side on the point of the avatar and the comment.
And some customization of the reply link.
I used that code:
.comment-reply-link {
background: #2eb851;
color: #FFF;
padding: 6px 12px;
border-radius: 3px;
border:none
text-decoration: none;
}
and it works, but only on mobile. How to push it to work on desktop and tablet as well?
The page I need help with: [log in to see the link]