Need Help with background html color...

User 2803198 Photo


Registered User
57 posts

I'm trying to add a blue background with Shopping Cart Creator in the main page but its not changing color for the code I put in.
Please let me know what html code i need for a blue background.

Thanks,

Dave -
User 187934 Photo


Senior Advisor
20,266 posts

Hi Dave,
Can you share a link to the page?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2803198 Photo


Registered User
57 posts

Hi Eric,

Sure I don't have the html code but here's the url

http://davesairchecks.com
User 187934 Photo


Senior Advisor
20,266 posts

body {
background-color: #57b9ff;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2803198 Photo


Registered User
57 posts

I put in the html at my shop as ...

body {
background-color: #57b9ff;
}

but page preview shows this in text... is this the actual html i am suppose to use ?
body {
background-color: #57b9ff;
}
User 187934 Photo


Senior Advisor
20,266 posts

<style>
body {
background-color: #57b9ff;
}
</style>


**Admin Closed due to duplicate thread.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.