Changing font

Hello,

I would like to change the font of the below text on my website felicity macintosh.com

Font of the top menu navigation (travel - my store - food etc)
Font of the post category, title, date
Font of the read more link

I would like to change the font Sue Ellen Francisco.’

I’ve tried to change all other fonts seen in the CSS to Sue Ellen but the above text on my homepage remain in a different font to Sue Ellen Francisco.

Please may you help, many thanks

Hi @hnewman,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.read-more a,
.entry-meta a,
.entry-title a,
article.post .post-categories a,
.post-inner-content .cat-item a,
.navbar-default .navbar-nav > li > a{
      font-family: 'Sue Ellen Francisco', cursive;
}

Best Regards,
Movin