I am having problem with the text color in my heading

  • ListingPro
    Asked on December 11, 2017 at 6:26 PM

    Hello,

    I have been trying to change the color of the text in the heading of my iframe form to white and it doesn't seem to work.

    It is the iframe form and the text is "Listing Photography Powered By Virtuance".

    It is white when I am in the advanced CSS but it is different when I am in preview mode.

  • Jan
    Replied on December 11, 2017 at 7:46 PM

    Please try injecting this custom CSS code:

    .form-header-group .form-header {
    color: #ffffff !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    151303951512 12 9aohq Screenshot 10

    Hope that helps. Let us know if you need further assistance. Thank you.

  • ListingPro
    Replied on December 11, 2017 at 8:55 PM

    Perfect, thanks!