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.
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 7 years, 9 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 7 years, 9 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!!