Hello,
In the bookmarks tag there's a columns="2" but I can't locate the style sheet for bookmarks. Am I missing something?
Thanks
bookmarks css -- can't find it
Re: bookmarks css -- can't find it
Here is what I use on one website:
and on another website (this puts a line under the header):
Create a stylesheet called Bookmarks and then attach it to the template you are using to display your bookmarks
Code: Select all
.cms-module-bookmarks-header {
font-weight: bold;
font-size: 1.2em;
margin-left: 6px;
}
.cms-module-bookmarks-list {
padding: 4px;
margin: 4px;
line-height: 1.5em;
}
.cms-module-bookmarks-list li {
list-style: none;
}
.bookmark-link {
/*background-color: #FFF;
*/
}
.cms-module-bookmarks-summary {
margin-bottom: 12px;
padding-bottom: 4px;
border-bottom: 1px solid #555
}
Code: Select all
.cms-module-bookmarks-header {
font-size: 1.6em;
font-weight: bold;
color: #87CEFA;
border-bottom: 1px solid #6CB3E7;
}Greg
Re: bookmarks css -- can't find it
YEAH!
Thank you MUCH!
Best,
Christina
Thank you MUCH!
Best,
Christina

