Technical notes on theme CSS & colors for WordPress.
This page and its child pages provide technical notes for BTown editors on WordPress, the Gutenberg block editor, and publishing on the Internet Archive.
CSS for rt-nav-list
/*** rt-nav-list CSS ***/
/* REMOVE ::before HYPHENS */
.widget ul ul li:before {
content: “\2022”;
font-size: 120%;
color: #289;
}
.widget li {
font-size: 104%;
font-weight: bold;
list-style: none inside none;
padding-left: 3px;
line-height: 112%;
}
.widget li em {
font-size: 120%;
font-style: normal;
color: inherit;
}
/*** replace <em> head ***/
/ *** end rt-nav-list ***/