manya
asked 8 years ago

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!

1 Answers
DominicStaff
answered 8 years ago

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!

Manya
replied 8 years ago

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.

Anita
replied 8 years ago

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;
}

Dominic Staff
replied 8 years ago

Congratulation! if you have any issue, please let me know, my friend. About the issue with the Nex post, I will check it now.

Powered by DW Question & Answer Pro