Okay
  Public Ticket #1676696
Black bar below
Closed

Comments

  • olppa started the conversation

    Hi,


    There is a black bar below the content on my pages (you can see it on the related url). If you don't see it at first you can zoom out and it will appear.

    I have set the background to white and I have hidden the footer, socket and copyright divs but still there is a black bar at the bottom of the page.

    I want the bar removed or to be white. I don't understand what that black bar is. I can't find it with Chrome's or Firefoxe's inspector.

    I don't want to use the Page Fullscreen Rows because then I would have to redo the layout and some problems might rise.

    Note: should have made the title mode descriptive. Sorry

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    I've tried zooming in and out but I can't seem to replicate the issue. Please do a screencast so we can be able to help better. https://www.useloom.com/

    Looking forward to hearing from you,

    Regards

    Themenectar Support Team

  •  8,470
    Tahir replied

    Hey Again,

    That is the Body Background Color, you can change it below using css . If it doesnt work try making the Row Full Height so you dont have to use Fullscreen Rows Option. 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .ascend {
        background-color: #ffffff !important;
    }

    Thanks


    ThemeNectar Support Team