How can I remove the 'Edit' link under the nugget? It looks messy, as shown here on the RHS under the media player links.
Thanks.
HTML Nugget Question
HTML Nugget Question
Thanks,
Matt.
Matt.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: HTML Nugget Question
Hi!
Those only appear for you as logged in admin user! Your visitors won't see that.
Or you can alter your style.css stylesheet:
Regards,
Garvin
Those only appear for you as logged in admin user! Your visitors won't see that.
Or you can alter your style.css stylesheet:
Code: Select all
.serendipity_edit_nugget {
display: none;
}
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: HTML Nugget Question
I suppose you know that this only appears if you're logged in?siringo wrote:How can I remove the 'Edit' link under the nugget? It looks messy, as shown here on the RHS under the media player links.
If you still want to hide it, you can do so using CSS. Add:
Code: Select all
.serendipity_edit_nugget { display: none; }
A well-intentioned hint: This question isn't really related to the installation, another forum ('Plugins' comes to mind) would have been a better choice.
YL