Home Forums WordPress Themes – Premium Preference customize Reply To: customize

#19820

Placed sub-menu, and results are the same. The Bolg page navigation menu fonts remain the same and not display “Alex Brush”

/* Secondary wrappers */
#nav-wrapper {
background-color:#78a5b6;
border-radius:60px 60px 0 0;
-webkit-border-radius: 60px 60px 0px 0px;
height:37px;
text-align:center;
font:normal 32px Alex Brush, open_sans, Arial, sans-serif;
font-size: 2rem;
color:#fff;
position:relative;
z-index:1000;
}
.sub-menu {
font-family: open_sans,’Alex Brush’, cursive, arial;
}
1