Thank you for your reply. Here’s what I have now: https://prntscr.com/jwks4y
The top row is my page content – Tahoma font; Second row – Grid Title – not sure what font it is, even though I think the code above should make it Tahoma; and the bottom row is the grid content – Montserrat currently which I had set before and not able to get rid of, now…
When you say “find the CSS selectors where you want Tahoma” – where should I be looking for this? which selectors do \I need specifically for the Grid item content? Is it possible to do this without editing the theme CSS? Can I just add a custom CSS?
I already have this in the Custom CSS code:
.widget-title, .widget-title a {
font-family: ‘tahoma’, ‘georgia’, ‘times new roman’, serif;
text-transform: none;
}
.footer-widget-area {
font-family: ‘tahoma’, ‘georgia’, ‘times new roman’, serif;
text-transform: none;
Can I add something like this for the Grid font?
Please let me know how to do this. Many thanks!