HTML Class Names
The selectors below can be used in your CSS to customize the look of your bookmark links, the add / remove bookmark links, and more.
User Bookmark List Selectors
- ul.upb-bookmarks-list - this is the unordered list wrapper that contains a user's bookmark links
- li.rc_bookmark - this wraps each bookmark link
- a.rc_bookmark_link - this is the bookmark's anchor link
- a.rc_del_bookmark - this is the delete link next to each bookmark in the user's list
Add / Remove Bookmark Controls
- div.rc_add_remove_links - this is the DIV tag that wraps the add / remove links, if enabled
- a.rc_bookmark_control - this is the generic class given to both add and remove bookmark links
- a.rc_del_bookmark - this is the remove bookmark link class
- a.rc_add_bookmark - this is the add bookmark link class
Most Popular Bookmarks List
- ul.rc_most_popular_bookmarks - this is the UL that wraps the most popular bookmarks list
- li.popular_bookmark - this is LI tag that wraps each popular bookmark link
- a.popular_bookmark_link - this is anchor tag for each popular bookmark link