comments are closed
-
How do i delete the comments are closed from my portfolio projects?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
One way I can think of would be using CSS. You will need to have a premium plan so you can have access to the Custom CSS feature on WordPress.com
A link on some useful information about it:
https://en.support.wordpress.com/custom-design/The needed CSS would be:
body.single-jetpack-portfolio #comments { display: none; }Hope that helps you out!
-
Thank you very much!
I was wondering if you could help me out with something else jcasta?I want to do two things. I want to make it so that my navigation menu will appear how it does on my desktop on my mobile device. Right now you can see the word menu and drop down, is there anyway of removing the word menu and having the full navigation? I have managed to delete the word menu but can’t figure out how to get the main navigation on. I used the following code:
.menu-toggle {
display: none;
}
}I would also like my header image to stay the same look when on a mobile device. It zooms in and I would like it to look the same. Is there a way that I can do that?
I have now upgraded to the premium plan so I can get these changes done.
Thank you!!!
- The topic ‘comments are closed’ is closed to new replies.