• I’m using the Photocrati theme and need custom CSS to change the font type of the caption link on my gallery page (https://brittnyphotography.com/gallery/).

    I’m not familiar with CSS, but I know where to add the custom CSS in the theme, I’m just not sure what the code should be. I want the font to be “Indie Flower” which is what my navigation font is.

    Currently, the font is pulling the Content Font / Paragraph Styles from the Customize Theme section, but I want the caption links only on this page to be different. Is there a way to do that?

Viewing 1 replies (of 1 total)
  • This is where you can change it.

    #displayed_gallery_281 .caption_link, #displayed_gallery_281 .caption_link:visited, #displayed_gallery_281 .caption_link:hover {
        font-size: 20px;
        font: 12px Arial,sans-serif;
    }

    Add to your custom css plugin.

    • This reply was modified 8 years, 6 months ago by webkong.
Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS for Font (Caption Link)’ is closed to new replies.