Footer Color after modifying Container color
Posted: Wed Jan 17, 2018 6:42 pm
Hi, hopefully a simple one.
I have added a background image to my site, and modified the container color to be white in the following file:
\catalog\view\javascript\bootstrap\js\css\bootstrap-theme-min.css
I noticed this made the container in the middle white, which is what i wanted, but it also changed a section of the top area to white (from grey) and also changed the footer to white.
I have changed the top area to white by modifying
in Stylesheet.css
I now want to change the footer back to its default background color of #303030, this is set in stylesheet.css but is the background of the footer is not changing from white to the default grey.
Any ideas on how to modify?
this is the section of code in the stylesheet.css file
not sure why this background color is not taking effect.
my site is https://www.abrv.co.uk
Many thanks n advance
I have added a background image to my site, and modified the container color to be white in the following file:
\catalog\view\javascript\bootstrap\js\css\bootstrap-theme-min.css
I noticed this made the container in the middle white, which is what i wanted, but it also changed a section of the top area to white (from grey) and also changed the footer to white.
I have changed the top area to white by modifying
Code: Select all
#top {
"background-color:FFFFF"
I now want to change the footer back to its default background color of #303030, this is set in stylesheet.css but is the background of the footer is not changing from white to the default grey.
Any ideas on how to modify?
this is the section of code in the stylesheet.css file
Code: Select all
footer {
margin-top: 0px;
padding-top: 0px;
background-color: #303030;
border-top: 1px solid #ddd
color: #303030
my site is https://www.abrv.co.uk
Many thanks n advance