How do I change the font that, within the Mega Menu, lists the pages on the left column (not the posts). I’m not sure which font this is now, but I’d like it to be Montserrat.
Also: under "author" in the left side column (see http://www.whatsonweibo.com/youtube-effect-wechat-sina-weibo/), I would like to change the font of the word "authors" to Montserrat too, any ideas how to do this?
Cheers!
You can use the following code to change the font:
.main-navigation .dw-sub-menu>li>a {
font-size: 15px;
font-family: ....;
}
.single-post .entry-sidebar .author-description {
font-size: 15px;
font-family: ....;
}
Hope this helps!
Hi Dominic, Thanks! This worked for the megamenu, but for the author, it only changes the author name and not the word "author" above it. Do you know how to fix that? See article example (http://www.whatsonweibo.com/the-train-station-that-stayed-open-for-one-passenger-now-closed/) and the word "authors" in the left bar.
Never mind, I figured it out!
.single .entry-sidebar .co-author .title-action {
font-family: “Montserrat”;
color: #777;
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
line-height: 20px;
margin: 0 0 5px;
}
Congratulation! if you have any issue, please let me know, my friend. About the issue with the Nex post, I will check it now.
Please login or Register to submit your answer