Okay
  Public Ticket #2757000
footer
Closed

Comments

  •  1
    aperon10 started the conversation

    I cannot remove the black areas at the bottom of the site. I also looked through the theme editor but could not find it. Can you help me?

  •  1,878
    Judith replied

    Hi There,

    Thanks for writing in.

    When you say 'Black areas' do you mean the spaces beneath:

    4176218032.png

    The screenshot you have attached is somehow not clear on exactly what the issue is.

    Thanks.

  •  1
    aperon10 replied

    yes I mean black areas. I cannot remove them.

  •  1,878
    Judith replied

    Hi There,

    Last one please, do we remove the whole footer dark area or reduce the padding as shown in the image I have sent.

    Thanks.

  •  1
    aperon10 replied

    I just want the to contact us field to remain.

  •  1,878
    Judith replied

    Hi Aperon,

    Please paste this css in css custom code under Salient > General Settings > CSS/Script Related:

    .nectar-global-section.before-footer {
        display: none;
    }

    Thanks.

  •  1
    aperon10 replied

    Unfortunately it didn't work.

  •  1,878
    Judith replied

    Hi There,

    Please remove that css and replace with this:

    .nectar-global-section.before-footer {
        display: none !important;
    }

    If it fails to work, please send in your admin login credentials so that we can look into this further.

    Thanks.

  •  1
    aperon10 replied

    The problem has been solved. Thank you so much :)