• I’ve copy/pasted the same code, tried multiple corrections, and redid the code several times. It will let me customize every CSS in the caption description, and most of the caption title, but it continues to force the caption title to be white. Any feedback where I might find the cause for this?

    I am using the following CSS on the Masonry Image Gallery template: (This was copy/pasted to test with from forums)
    .foogallery div.fg-caption-title {
    font-size:20px;
    color: #000000;
    font-family: ‘Raleway’, sans-serif;
    font-weight: normal;
    }
    .foogallery div.fg-caption-desc {
    font-size:12px;
    color: #000000;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @jwag12787,

    I can’t see a gallery on that page.

    You may need to force the CSS to prevent other CSS over-riding the color:

    .foogallery div.fg-caption-title {
    color: #000000 !important;
    }

    Try adding the !important at the end to see if that helps. Otherwise if you can re-enable the gallery we’ll be happy to take another look.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable To Change Caption Title Color’ is closed to new replies.