hi there,
there is a strange black bar on this page: https://shantama.org/kontakt-formular/
it also appeared in the impressum but I solved it by adding a white space. However on the contact page I have no access. I suspect it is a template issue?
what can I do?
Hey ausgesonnen,
Please try the following in Quick CSS under Enfold->General Styling:
#footer {
border-top-width: 0;
}
Best regards,
Rikard
no that didn’t solve it. Perhaps I wasn’t clear.
here is a screen shot of the page:
https://prnt.sc/aiTzfNTz_V0_
I want to get rid of the black bar under the text. I didn’t put anything there. It must come from the template.
Hi,
Please try this CSS instead:
#av-curtain-footer-placeholder {
background: #fff;
}
Best regards,
Rikard
still there. also on this page:
Hi,
Please try this instead:
#av-curtain-footer-placeholder {
background: #fff !important;
}
Best regards,
Rikard
yes it worked! thank you so much.
No sorry – has not worked. Now the footer has disappeared on every page except the impressum.
See here. There should be the same footer as on the impressum page. how come is disappeared?
Hi,
Ok, I see. Please remove the CSS posted in this thread, so that we can start over again.
Best regards,
Rikard
ok habs rausgenommen. Danke dass du das für mich rausfindest.
Hi,
Thanks for that. Please try this CSS instead:
.page-id-47 #main #av-curtain-footer-placeholder {
background: #fff !important;
}
Also please check the other pages where you found the problem, after adding it.
Best regards,
Rikard
great thanks. That was it. You are a star :)