• Resolved thesadshow

    (@thesadshow)


    I turned off a “logo and icons” section at the top of my site’s footer, but now there is a divider line at the top of the footer and I can’t figure out how to remove it.

    I’ve tried to contact the theme author but came up empty and their support forum doesn’t work so I can’t create a post asking for help.

    Could someone please be kind enough to tell me how to remove the divider line at the top of my site’s footer? Thanks for your time.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator threadi

    (@threadi)

    Your theme appears to be a commercial theme, which is no longer sold. This probably also means further development, which could cause you problems in the future (with compatibility with WordPress, PHP and other things that are important). You may want to consider using a different one.

    Regarding your question: this can be solved quickly using CSS:

    body .copyrights .container { border: 0 }

    You would have to store this under Appearance > Customizer > Additional CSS.

    Thread Starter thesadshow

    (@thesadshow)

    Thank you for your help. Much appreciated.

    Thread Starter thesadshow

    (@thesadshow)

    That worked like a charm. However, it looks like there’s still an empty space there for whatever that section is. Is there any way to remove the empty space that’s been left at the top of the footer?

    Moderator threadi

    (@threadi)

    To remove this add:

    body .footer-section { display: none }
    Thread Starter thesadshow

    (@thesadshow)

    Thanks again for the help.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to remove divider in footer’ is closed to new replies.