When I add the Image Banner shortcode it will not allow me to change the formatting of the text content inside of it. I am trying to set the text to impact-text-large in an effort to replicate the Dante examples (http://dante.swiftideas.net/image-banners/) but when I change the style and save it, it still remains the same “paragraph” size on the live page.
It ONLY worked when I used the text editor to change the code to read:
<p class=”impact-text-large” style=”text-align: left;”><span style=”color: #000000;”>Fade from Left</span></p>
<h6 style=”text-align: left;”><span style=”color: #000000;”>Fill with Content</span></h6>
instead of using the default code of:
<span class=”impact-text-large” style=”color: #000000;”>Fade from Left</span>
<h6>Fill with Content</h6>
Any idea what’s going wrong?