Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78646
    Brian
    Participant

    Hi. On my work-in-progress website — http://029.b2b.myftpupload.com/ — I’d like to remove the gray space between the Featured Image Slider and the beginning of the text on my Home Page. I think that there’s enough black padding above my first line of text that I don’t need the additional bar of gray space there as well. What Custom CSS Code could I add to the site to tighten up the space between these two elements? Thanks. Bri

    #78914
    Sakin
    Keymaster

    @Brian: You cna add the following css in “Appearance => Customize => Theme Options => Custom CSS” box to remove the padding below slider:
    #feature-slider { padding-bottom: 0; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Gray Space between Featured Image Slider and Home Page Content’ is closed to new replies.