1
Hey there, guys! All right?
Recently, I started in the middle of the e-market and created my online store via Integrated Store.I’m trying to make some adjustments to the template I bought, adapting it to my needs, but I’m new in the coding business.
I’m trying to put some information at the bottom of the page, but to no avail. Here is the code below:
$("#rodape .institucional .container .row-fluid .span4").append(
"<li class=\"email\">" +
"<p><i class=\"fa fa-envelope\" aria-hidden=\"true\"></i>
[email protected] </p>" +
"<li>" +
"<li class=\"endereco-loja\">" +
"<span class=\"endereco\">" +
"<p><i class=\"fa fa-home\" aria-hidden=\"true\"></i> Teste de Endereço </p>" +
"</span>" +
"<li>");
Can someone help me shed some light on this mystery of why it’s not working? Thank you and hugs.