how to remove book mark permalink?
-
how to remove “bookmark permalink” from each post? I tired using the following in the CSS but it did not work, please help:
.footer {
display: none:;
}Please help!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You were very close! You just need to remove the dot from in front of the footer and you don’t need a second colon after the word “none”. So the code would be like so:
footer { display: none; }That should work for you!
- The topic ‘how to remove book mark permalink?’ is closed to new replies.