• Resolved ism786

    (@ism786)


    Hi

    I would like to change the background color of the team section to black. Please advise how to do this?
    Can I change the color only, or can i add an image to the background of the team section as well?

    Thanks,

    Ismail

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @ism786,

    To change the background color of team section add the following custom CSS to Appearance -> Customize -> Additional CSS

    section#team {
        background-color: #add;
    }

    Feel free to change the color code as per your choice.

    • This reply was modified 6 years, 3 months ago by Poonam Namdev.
    Thread Starter ism786

    (@ism786)

    Hi Poonam

    Thank you. That worked. Is there a way to add a background image?

    Thanks,

    Ismail

    Try this: https://www.w3schools.com/cssref/pr_background-image.asp

    section#team {
        background-image: url("paper.gif");
        background-color: #cccccc;
    }
    • This reply was modified 6 years, 3 months ago by gaissa.
    Thread Starter ism786

    (@ism786)

    Hi

    Okay so I have no menus on the site because there is only one page.
    But when viewing on mobile, there is a white space at the top.
    ‘HOw do i get rid of the white space?

    Thanks!!

    • This reply was modified 6 years, 3 months ago by ism786.
    Thread Starter ism786

    (@ism786)

    Hi

    Okay so I have no menus on the site because there is only one page.
    But when viewing on mobile, there is a white space at the top.
    ‘HOw do i get rid of the white space?

    Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hestia – Team section’ is closed to new replies.