@ Raffaella
re: It seems like before when I clicked on the image it would send me to the webpage I attributed the image to go to but now it’s not linking to the desired page. Is there something else I need to do except “assign link to image” like I already have?
Yes, with most templates, just not Gridder. The click event is dedicated to opening the info panel. There’s not way to have the click event assigned to two different actions.
re: Is it possible to change all the fonts? In category, biography, etc? So it matches our brand?
Sure, but you’d have to use some custom CSS to do so. This should get you started. Add the following to the theme’s custom CSS area:
#cn-gridder span.org.fn.notranslate {
font-family: 'league_gothicregular';
font-weight: normal;
font-style: normal;
}
#cn-gridder .cn-gridder-excerpt p {
font-family: Georgia, "Times New Roman", Times, serif;
}
You can change the panel color and text color using shortcode options.
Hope this helps!
