Change page background-color
-
I am using the Twenty Fourteen theme with Jetpack and Custom Field Template plugins loaded. I have made several page modification using the EDIT CSS feature of Jetpack. I am also using a night photo as a background image. Because of the night photo does show black text, I changed the background-color to rbga(256,256,256,0.20) but I would like the HOME page background-color to be rbga(0,0,0,0.20).
Web site: https://www.cascadelaserengraving.com
In EDIT CSS I have tried:
body.page-id-4 { background-color: rgba(0,0,0,0.25) !important; }
In custom_css_add I have tried:
<STYLE type="text/css" media="screen"> body { background-color: rgba(0, 0, 0, 0.50) !important; } </STYLE>
A source view does not show is entry add to the page header.
On the HOME page I added to the top of the page:
<html><body style="background-color: rgba(0, 0, 0, 0.50) !important"></body></html> and <style> body {background-color: rgba(0, 0, 0, 0.50) !important} </style>
WordPress is V4, JetPack and Custom Field Template plugins are current.
Any help on what I am doing wrong.
Thanks
- The topic ‘Change page background-color’ is closed to new replies.