Changing Div Element Backgrounds
-
Hi Guys,
I have a simple questions regarding CSS.
I want to change the background of some of the elements on my homepage, i.e. insert an image as a background or simply change the colour.
The website in question is here – https://www.we-seed.co.uk
I`m trying to customize the section titled ‘So What is Online Marketing’. I used the ‘inspect element’ function in chrome and came up with the following code which I placed in the custom css section of the theme:
.page #page-content {
background: #660033; background: rgba(255,255,255,0.94) !important;}However this is not working at all for me, any ideas on how to fix it? I’m also keen on knowing how to use images for the backgrounds as well, is this a simple tweak?
Any help would be much appreciated, I’m sure its a simple fix!
Thanks,
Matt
- The topic ‘Changing Div Element Backgrounds’ is closed to new replies.