- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Dear all,
how to remove that vertical line in the footer? Changing or rearranging the elements in the footer doesn’t help.
Thanks and best regards
Ken
Hi Ken,
Please share your website URL and we will check for the possible solutions.
Kind Regards
Hi Ken,
please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.footer-menu-container:after {
display: none;
}
Kind Regards