Hi,
this is the snipet of the html:
<p></p>
<h2><strong>1.1 Product filters</strong></h2>
<p></p>
<h3><strong>1.1.1 Warehouse Management --> Setup --> Product Filters --> Product filters</strong></h3>
<p></p>
Product filters can ...
and this is the code customized CSS:
.site-content{
background-color:#d3d3d3;
font-family: “Varela Round” sans-serif;
Color: #002060;
font-size: 13px;
line-height: 1.5;
padding-bottom: 0px;
margin-top: 0px;
padding-top: 5px;
}
h2{
font-family: “Varela Round” sans-serif;
Color: #002060;
font-size: 25px;
line-height: 1.5;
padding-bottom: 0px;
margin-top: 0px;
}
h3{
font-family: “Varela Round” sans-serif;
Color: #002060;
font-size: 20px;
line-height: normal;
padding-bottom: 0px;
margin-top: 0px;
}
h6{
clear: both;
font-weight: 400;
line-height: 1.5;
margin-bottom: 5px;
color: #002060;
}
p{
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5;
}
.entry-title{
font-size: 30px;
line-height: normal;
font-weight: 700;
}
.entry-meta span{
color: #002060;
font-size: 13px;
line-height: 16px;
padding: 0px;
}
/*
rechte Navigation
*/
.widget-title {
font-size: 13px;
line-height: normal;
padding-bottom: 0px;
font-weight: 700;
color: #002060;
margin-bottom: 0;
margin-top: 0px;
padding:0px;
}
.widget ul>li {
font-size: 13px;
margin-bottom: 0;
line-height: 1;
}
.widget ul a {
padding: 10px 10px 10px 22px;
color: #002060;
display: block;
}
.widget ul li {
list-style: none !important;
}
#secondary .widget ul {
padding-left: 0;
}
/*
Header Schrift
*/
.page-sub-header h1{
margin-bottom: 0;
Color: #002060;
font-family: “Varela Round” sans-serif;
}
#masthead {
background: #ebebeb;
Color: #002060;
font-family: “Varela Round” sans-serif;
}
#masthead .navbar-brand a, #masthead .navbar-nav > li > a{
Color: #002060;
Font-family: “Varela Round”;
font-weight: 400;
background:#ebebeb;
}
#masthead a:hover, #masthead .nav a:hover, #masthead .navbar-nav > li.active > a {
color: #002060;
font-weight: 400;
Font-family: “Varela Round”;
}
———