[Koha] customising OPAC - advice needed
Owen Leonard
oleonard at myacpl.org
Wed Feb 28 09:00:22 NZDT 2018
> In changing the top black banner to a lighter colour (say a gold-yellow or a bright red) I can see a narrow black line appearing in between the Cart and Lists Icons. Does anyone know how to resolve this?
What you see is an empty list item which has this style:
.navbar-inverse .divider-vertical {
border-left-color: #111111;
border-right-color: #222222;
}
To make it go away, you could add this to the OpacUserCSS system preference:
.navbar-inverse .divider-vertical {
border: 0;
}
-- Owen
--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
More information about the Koha
mailing list