Home › Forums › Theme support › Theme HONEY: Menu font size cannot be customize › Reply To: Theme HONEY: Menu font size cannot be customize
Hi again,
second-footer background image and footer background image doesn´t work properly due css code priority applied about gneeral settings background . Could you help me?
elemento {
}
#copyright {
}
#copyright {
}
#secondfooter, #copyright, .copyright_background {
background: rgb(5, 5, 5);
background: -moz-linear-gradient(top, rgb(5, 5, 5) , rgb(5, 5, 5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(,rgb(5, 5, 5)), color-stop(100%,rgb(5, 5, 5)));
background: -webkit-linear-gradient(top, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);
background: -o-linear-gradient(top, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);
background: -ms-linear-gradient(top, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);
-->
<blockquote>background: linear-gradient(to bottom, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);</blockquote>
<--
}
#secondfooter, #copyright, .copyright_background {
background-color: rgb(5, 5, 5);
background-image: url(http://www.masajescastilla.es/web/wp-content/uploads/fondo_footer.jpg);
background-position: center center;
color: rgb(255, 255, 255);
}