Okay
  Public Ticket #3602341
Footer
Open

Comments

  •  1
    Nicole started the conversation

    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

  •  1
    Nicole replied

    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?

  •  1
    Nicole replied

    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

  •  2,723
    Andrew replied

    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.

    1820986351.png

    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):

    #footer-outer *, 
    #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap * {
        background-color: #333333!important;
    }

    Alternatively, you can remove this section by disabling the main footer area in the Salient > Footer settings.

    6232805101.png

    2. As for removing the second footer, to clarify, are you referring to the footer with the social icons shown in this screenshot? 

    8951456464.png

    If so, you can remove this in the salient > Footer settings and disable the main footer area.

    2810764050.png

    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.

    1476907013.png

    Try this and let us know how it goes.

    Cheers,

  •  1
    Nicole replied

    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

    3183534475.png

    Que pena donde coloco exactamente ese codigo para quitar ese espacio que se ve allí. Gracias

  •  1,651
    Judith replied

    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:

    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. 


  •  1
    Nicole replied

    Me funciono,  muchas gracias

  •  1,651
    Judith replied

    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,