Tagged: Background Color home
I want to change the background color of only the home page with the vase to a light gray. Could you give me the css code? the site is bgoldenarts.com
THanks Phil Chapline
Hi @chapline,
Please go to ‘Appearance > Customize > Ambition Theme Options > Custom CSS’ and paste the below CSS code.
body.home { background-color: lightgray; } body.home #page { background-color: transparent; }
Thanks