CSS Code needed again for Voyager Pro Theme

Dear Rapid Weaver users. Thanks again for all your previous help and tips.

Right now I am a working on a website http://oceanair.foundation using the Voyager Pro theme. In the footer area there’s a black line. I’ve tried with some CSS code to remove this line, but without any luck. I am a Newbie regarding these codes.

.footer_bar {
border-bottom: none;
}

Any help is much appreciated and happy holidays!

Try this:

.rapidweaver_footer {
  border: none;
}

That line is a top border on that footer container.

1 Like

Hi Don,
It works ! Thanks for your prompt reply.

Best, Jeroen

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.