Title: HTML text colour
Last modified: August 30, 2016

---

# HTML text colour

 *  Resolved [Skullsplitter](https://wordpress.org/support/users/skullsplitter/)
 * (@skullsplitter)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/html-text-colour/)
 * I am currently using the free version of easy2map. The pop-up marker description
   boxes are only displaying white text on a white background, so not visible. This
   may be due to the white text style used in the website. But when i try to change
   the colour using <span> code it has no effect. It doesn’t seem to recognise this
   HTML code, but does recognise basics like <H1> etc. Is there a way I can either
   change the colour of the text or the background colour of the description ones
   on my map…?
 * [https://wordpress.org/plugins/easy2map/](https://wordpress.org/plugins/easy2map/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [stevenellis](https://wordpress.org/support/users/stevenellis/)
 * (@stevenellis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/html-text-colour/#post-6396575)
 * Hi,
 * Thanks for the message. We are adding basic styling to the infowindows in the
   new version (which will be released at the end of August). I know there are a
   few challenges involved in setting the background color of the infowindow, but
   we will definitely endeavor to make it customizable.
 *  Plugin Author [stevenellis](https://wordpress.org/support/users/stevenellis/)
 * (@stevenellis)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/html-text-colour/#post-6396754)
 * Hi,
 * Another thing you can do is manually set the styling of text in the popup, with
   the ‘important’ CSS keyword, to overwrite any styling that is imposed on the 
   page from the theme’s stylesheets.
 * For example:
    <p style=”font-color: #000000 !important;font-size:16px”>This is
   text that appears in the marker</font>
 * You can also put all text in a div, and set the div’s background color:
 * <div id=”parent” style=”max-width:200px;background-color:#EBEBEB”>
    <h1>My popup
   heading here</h1> <p>My popup text here</p> </div>
 * That will resolve the issue you’re having with white text displaying on the white
   background.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HTML text colour’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy2map_e9c6c8.svg)
 * [Easy2Map](https://wordpress.org/plugins/easy2map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy2map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy2map/)
 * [Active Topics](https://wordpress.org/support/plugin/easy2map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy2map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy2map/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [stevenellis](https://wordpress.org/support/users/stevenellis/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/html-text-colour/#post-6396754)
 * Status: resolved