Hello all,
On my survey, I'm trying to apply the footer section CSS style to the Header 1 section. To achieve that, I've called the "footer" class, like usually is done in the footer section. Predictably, because the Header 1 section has it's own CSS style, not all of the footer CSS style properties were applied to the selected text. My question is if (and how) can I achieve what I want? (I do not want to put the text in the footer section because I want to display it above the question box)
Here's the code (in the "Header 1" box):
[html]
<p>1st paragraph (Header 1 style)</p>
<div class="footer">
<p>2nd paragraph (Footer style)</p>
<p>3rd paragraph (Footer style)</p>
</div>
[/html]
Thank you all in advance,
João Fernandes
Using footer CSS style on other part of survey page
Resolved
7 replies