background fill in columns

Home Forums All Other Themes background fill in columns

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #54164
    HelenHelen
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: November 6, 2016

    Using Biz Pro theme. Created 4 columns in Section 1 of home page using shortcode [column-content type=”one_fourth”]. I would like to add a background color to each column. Want the background to be different for each column.

    see www.yachatspride.org

    Thanks,
    Helen

    #54169
    HelenHelen
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: November 6, 2016

    Another question about above website. Is there a way to reduce the space between the menu items and the top of the slider?

    #54245
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Helen,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .one_fourth:nth-child(1){background:#000000;}
    .one_fourth:nth-child(2){background:#fff000;}
    .one_fourth:nth-child(3){background:#000000;}
    .one_fourth:nth-child(4){background:#fff000;}
    h3.tagline{display:none;}

    Regards,
    Dave

    #54365
    HelenHelen
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: November 6, 2016

    Thanks, Dave! The column part works perfect. The h3.tagline{display:none;} did decrease the distance from the bottom of the logo to the top of the slider a small bit. But the menu still looks more centered in the whitespace between the slider top and the search box.

    Is there some margin that can be reduced to get the menu down closer to the slider? I can control the position appearance of the logo by controlling the whitespace on the picture crop. Right now there is virtually no whitespace at the bottom of the logo image.

    I appreciate your getting back to me so quickly.
    Helen

    #54399
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Helen,

    Your site is in construction mode.

    Regards,
    Dave

    #55954
    HelenHelen
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: November 6, 2016

    I figured it out.

    Thanks for your help

    #56063
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Okay great 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘background fill in columns’ is closed to new replies.