Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92064
    Loudmind
    Participant

    Hi there, I’d like some help with a design element on the home page of our site: http://champshealth.org. Specifically, how would I go about removing the white (text) bar below the slider image on that page? Thank you for any help you can provide.

    Thanks again,
    Roger

    #92106
    Pratik
    Keymaster

    @Loudmind:
    This is the main content of the homepage. If you add any text to homepage, it wil appear here. Since currently it does not have any text/html, a white box is appearing.

    Please add following code in Appearance>> Customize=> Theme Options=> Custom CSS box:

    
    .home #content {
    display: none;
    }
    

    This will hide the white box. Please note that if you add text to homepage, it will not appear as long as this code is present there.
    Let me know how it goes.

    Regards,
    Pratik

    #92210
    Loudmind
    Participant

    Thank you, Pratik, that worked perfectly!

    Thanks again,
    Roger

    #92224
    Pratik
    Keymaster

    @loudmind:
    Great it worked out. Let me know if you need further help.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Need help removing white bar below slider image on Home page’ is closed to new replies.