Title: Jerome5's Replies | WordPress.org

---

# Jerome5

  [  ](https://wordpress.org/support/users/jerome5/)

 *   [Profile](https://wordpress.org/support/users/jerome5/)
 *   [Topics Started](https://wordpress.org/support/users/jerome5/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jerome5/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jerome5/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jerome5/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jerome5/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jerome5/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[InPost Gallery] Change font color capture text](https://wordpress.org/support/topic/change-font-color-capture-text/)
 *  Thread Starter [Jerome5](https://wordpress.org/support/users/jerome5/)
 * (@jerome5)
 * [12 years ago](https://wordpress.org/support/topic/change-font-color-capture-text/#post-5293717)
 * 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=”[http://domain.com/wp-content/plugins/inpost-gallery/js/sliders/galleria/themes/fullscreen/galleria.fullscreen.css?ver=4.0&#8243](http://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)