Hello,
Please see the section “=Menu Primary” in the style.css file.
Related code,
/** Top Level Anchors */
.menu ul a,
.menu ul a:visited {
display: block;
font-size: 14px;
line-height: 21px;
padding: 20px;
position: relative;
text-decoration: none;
color: #2f2f2f;
}
/** Nested Anchors */
.menu ul ul.sub-menu a,
.menu ul ul.sub-menu a:visited,
.menu ul ul.children a,
.menu ul ul.children a:visited {
font-size: 13px;
margin: 0 20px;
padding: 20px 0;
border-bottom: dotted 1px #e7e7e7;
}[/CODE]
Thanks![CODE]/** Top Level Anchors */
.menu ul a,
.menu ul a:visited {
display: block;
font-size: 14px;
line-height: 21px;
padding: 20px;
position: relative;
text-decoration: none;
color: #2f2f2f;
}
/** Nested Anchors */
.menu ul ul.sub-menu a,
.menu ul ul.sub-menu a:visited,
.menu ul ul.children a,
.menu ul ul.children a:visited {
font-size: 13px;
margin: 0 20px;
padding: 20px 0;
border-bottom: dotted 1px #e7e7e7;
}[/CODE]
Thanks!