Moving the "comments" internl link.
-
Hi, I would like to move or delete the link that says “comments” with a little arrow pointing downwards. I just want it out of the way, so deleting it would be better, but at the least I want to move it so it is immediately above the comments my blog has received.
Also, I would like to know how to make the telephone number button that I have imported only show up when the website is viewed on a smartphone. I tried this code on the CSS revisions –
.call{
display:none;
}
@media only screen and (max-width: 650px){
.call{
display:run-in;
}
}
but it doesn’t seem to work.
Please help me!
Thank you!The blog I need help with is: (visible only to logged in users)
-
Hi there – For the comments heading, try:
#pings, #comments { display: none; }I’m not certain if it’s possible to hide that button except on a mobile device using CSS, but you can ask the experts in the CSS forum here:
https://en.forums.wordpress.com/forum/css-customizationOne more thing – I note your username is a default one. You might want to change it to something else, and you can do that in this way:
Change Your Username
- The topic ‘Moving the "comments" internl link.’ is closed to new replies.