Okay
  Public Ticket #3670607
add a separation bar in the footer
Closed

Comments

  •  10
    fghthtjhgghn started the conversation

    .

  •  2,967
    Andrew replied

    Hi there,

    Thank you for reaching out to us.

    Try using Global sections to create your footer. This will enable you to create a custom footer without the need to use widgets, instead, you can use the page builder elements. You can read more on global sections in this guide https://themenectar.com/docs/salient/page-builder-global-sections/.

    If you still want to use the current footer, could you please share a screenshot of what you'd want this to look like so we can check it out and advise?

    Try this and let us know how it goes, we look forward to your reply.

    Regards,

  •  10
    fghthtjhgghn replied

    .

  •  2,967
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    As for global sections, you need to create a global section by navigating to wp-admin > Global Sections. Then you can use the display options as you're creating the global sections and set it to the footer.

    As for the separator, 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 {
        border-top: 2px solid #606060;
    }

    Try this and let us know how it goes.

    Thanks,

  •  10
    fghthtjhgghn replied

    .

  •  2,967
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    You can find the CSS box in the Salient > General Settings > CSS/Script related.

    I hope this helps.

    Regards,

  •  10
    fghthtjhgghn replied

    .