I want to add a stylesheet to a landing page in order to change the green background as it does not fit with our brand colours.I am just unsure what to edit in the code of the stylesheet any help would be much appreciated.
Hi @Hannahrodriguez,
Without seeing the page it’s not easy to provide a specific answer.
Here is a pretty easy-to-follow article on using the inspect element feature of the Chrome browser to see what CSS reference is defining elements of a page.
In your CSS you might find references to “background-color”. This would be where I would start, but inspecting the element of that area will give you better direction.
You can attach a custom CSS file or find the reference within an existing CSS file. Here are instructions on that: Create, edit, and attach CSS files to style your site
If you are unable to find what you need from this help, I would suggest posting or sending a specific link.
Hope this helps!
Josh