How to remove the line in the footer

  • Author
    Posts
  • #139457

    How can I remove the line in the footer that appears between the “copyright text/line” of my website and the text “Powered by Bravada & WordPress”

    Also how can I remove the standard line height formatting? When I create a page the text doesn’t appear right at the top, there is a big space at the top and I would like to remove it if possible.

    I also notice when I create text lines with different heading styles. For example on one page I have my name in h4 style and right underneath I have my title in p style and the gap between the lines is too big and I can’t change it! (See the ‘About Us’ page, here’s the link: https://spiritualguidanceaustralia.com/abouts-us/

    I’ve been trying for hours and hours and can’t figure out how to change any of the above… Can you please help??

    Thank you!

    Website: spiritualguidanceaustralia.com

    #139991

    I have the same problem. I have been watching different tutorials online, none of them resolve this issue in the Bravada theme.

    Please help us.

    #141127

    To assist you effectively, I need more context about which “line in the footer” you’re referring to. Website footers can vary in design and content. If you could provide additional information or the specific platform or website builder you’re using, I’d be happy to guide you on how to remove the line in the footer.

    Website: appvalleyz.com/nba-2k22-apk

    #141131

    I’m using the Bravada Theme and it is the standard footer for the theme. It is a line that is there that separates the copyright wording I created and the usual “powered by Bravada theme / wordpress” wordiing.

    I managed to figure out a way to remove the “powered by Bravada theme” wording by deleting certain lines in the footer.php (though I confess it’s not the best way, as I have to do it each time there’s a wordpress update – but I couldn’t figure out another way… if you had any suggestions, I’d be very grateful!).

    I can’t attach a screenshot of it here, but my website is: spiritualguidanceaustralia.com (you’ll see the line at the bottom of the footer).

    Any assistance would be very greatly appreciated!

    Website: spiritualguidanceaustralia.com

    #141658

    Been there (for hours), done … this. It’s a sneaky line.

    .footer-inside::before {
    display: none;
    }

    Do the same for #footer-bottom if you want to remove the “powered by …” area. Maybe it removes other stuff too – I don’t know, I want my footer clean and this works for me. So, in all:

    #footer-bottom, .footer-inside::before {
    display: none;
    }

    #141663

    That coding worked, the footer line is gone!
    Thank you so much 😊

Viewing 6 posts - 1 through 6 (of 6 total)

You need to log in to reply to this topic.