creo que ya se de donde es ese color claro que aparece en el footer, es del segundo pie de pagina como se ve en l captura de pantalla que envio. ¿Como puedo quitar ese segundo pie de pagina?
Otra cosa que me esta sucediendo es que en editor se ve bien 3 columnas pero al guardar y ver la pagina web aparecen solo 2 no se ve como en el editor, que pudiera ser?
1a. You need to remove the 50px margin-bottom that you have added to each text element. Here's a screenshot showing the same.
1b. You can change the background color of the strip by adding this CSS. Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Alternatively, you can remove this section by disabling the main footer area in the Salient > Footer settings.
2. As for removing the second footer, to clarify, are you referring to the footer with the social icons shown in this screenshot?
If so, you can remove this in the salient > Footer settings and disable the main footer area.
3. You need to remove the margin-left of 50px that you have added to the columns to fix the spacing issue. This is why the third column jumps down to the second row. Here's a screenshot of the same.
Hola, muchas gracias me sirvio lo de las columnas que tenian ese espacio. Ese codigo que me das sirve para colocar esa tira de otro color que se en el mismo color del footer cierto? Me refiero a esta
Que pena donde coloco exactamente ese codigo para quitar ese espacio que se ve allí. Gracias
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
padding-top: 0px;
padding-bottom: 0px;
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.
If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Hola, como puedo editar el footer?
1. Como puedo quitar el espacio entre cada renglon del texto?
2. Debajo de los textos hay como una franja de un color más clarito como lo puedo editar?
Attached files: footer.png
creo que ya se de donde es ese color claro que aparece en el footer, es del segundo pie de pagina como se ve en l captura de pantalla que envio. ¿Como puedo quitar ese segundo pie de pagina?
Otra cosa que me esta sucediendo es que en editor se ve bien 3 columnas pero al guardar y ver la pagina web aparecen solo 2 no se ve como en el editor, que pudiera ser?
Attached files: footer2.png
Hi Nicole,
Thank you for reaching out to us.
1a. You need to remove the 50px margin-bottom that you have added to each text element. Here's a screenshot showing the same.
1b. You can change the background color of the strip by adding this CSS. Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Alternatively, you can remove this section by disabling the main footer area in the Salient > Footer settings.
2. As for removing the second footer, to clarify, are you referring to the footer with the social icons shown in this screenshot?
If so, you can remove this in the salient > Footer settings and disable the main footer area.
3. You need to remove the margin-left of 50px that you have added to the columns to fix the spacing issue. This is why the third column jumps down to the second row. Here's a screenshot of the same.
Try this and let us know how it goes.
Cheers,
Hola, muchas gracias me sirvio lo de las columnas que tenian ese espacio. Ese codigo que me das sirve para colocar esa tira de otro color que se en el mismo color del footer cierto? Me refiero a esta
Que pena donde coloco exactamente ese codigo para quitar ese espacio que se ve allí. Gracias
Hello Nicole,
Thanks for writing back.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.
If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Me funciono, muchas gracias
Hello Nicole,
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.
Your feedback is valuable to us and greatly appreciated!
Should you have any further questions or encounter any issues, please don't hesitate to reach out.
Best regards,