portfolio hovering fonts

I am unable to change the font of the font that when the mouse hovers over.

Anyone know?

Hi @terryk,

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 -> Shapely Options -> Other

.flexible_home_portfolio .inner-title .title h5 {
    font-family: serif;
}

Please change the font serif in the above code to whatever you want to set.

Best Regards,
Movin

Hi,

thanks for the help. I just had to adjust the code a bit and it worked.

Cheers.

.inner-title .title h5 {
   font-family: "Courier New", Courier, monospace;
font-weight: normal;
}

You are most welcome here :slight_smile: