Shop Categories

X

How to remove line between bottom of page and top of footer?

Home Forums Agama Pro How to remove line between bottom of page and top of footer?

Topic Resolution: Resolved

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7708
    coyandwilmas
    Participant

    I can’t figure out how to remove the border/line that appears in red above the footer? Where do I go or what CSS code do I need to either remove this or edit it’s color?

    home

    #7709
    Zex
    Moderator

    Hello, there!

    To remove the top border from the footer area, insert the code below in Customize->General->Additional CSS:

    .footer-widgets {
        border-top: none;
    }

    https://prnt.sc/ifoi3m

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.