Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Jerome5

    (@jerome5)

    Hi RealMag777, thanks for getting back on me.

    Some results after further investigation. The css element
    galleria-info-description is available in:

    <link rel=”stylesheet” id=”inpost_gallery_galleria-css” href=”https://domain.com/wp-content/plugins/inpost-gallery/js/sliders/galleria/themes/fullscreen/galleria.fullscreen.css?ver=4.0&#8243; type=”text/css” media=”all”>

    However this CSS is loaded AFTER the text so it reverts back the the Gonzo theme default text.

    article#omc-full-article p {
    color: #333333;
    }

    Appending the Gonzo theme with galleria-info-description custom CSS options like this below didn’t work either. Any feedback appreciated. Best plugin I’ve found so far.

    article#galleria-info-description p {
    color: #ffffff;
    }
    #galleria-info-description p {
    color: #ffffff;
    }

    article#omc-full-article #galleria-info-description p {
    color: #ffffff;
    }

    Of course I can change that text color, but all my other text which is displayed fine has the wrong color. Any ideas on how to load the galleria CSS before displaying the text?

Viewing 1 replies (of 1 total)