What is the CSS for Blogger "Add Comment" link?

Scorpion Ghost

Elite Member
Executive VIP
Jr. VIP
Joined
Mar 22, 2013
Messages
9,150
Reaction score
10,490
There is a link and I cannot find the CSS code in order to move/remove/change color etc etc to this link.

The link i am talking about is when you go to a Blogger Post Page (not a multi-post page), and you scroll down to the comment section you can see the comment form where you can add a comment to the Post. However, if you click Reply to any existing comment, then a Link appears at the bottom of the page in order to go back to leaving a comment to the post instead of a reply to the existing comment. The link is says "Add comment"

Well, i need the CSS code i can use to manipulate that little link.

I have found every possible code for every little thing conserning the comment section of blogger blogs, but i can't find this one.

The closest thing i got is a code which affects the "Add Comment" and the "Reply" link, but not the one that Only affects the "Add Comment" link.

Thanks
 
Open Chrome, right click on that link you are interested, inspect element. You can go on from there.
 
Some times they use in-line CSS to change the element properties. Did you tried looking for your code in html page ?
 
Back
Top