Hi there
I have a site in development.
I want to change the colour of the footer background to a different colour and also the text.
I have put the following css in the global css but no changes are taking place
.x-colophon.bottom a {
color: #248385 !important; /*set your color here */
}
.x-colophon.bottom .x-colophon-content p {
color: #ffffff; /*set your color here */
}
I am also trying to change the background of the blog colour and have used following css
and again not working.
.blog .site {
background-color: #091c23;
}
I also want to change the blog text to white.
I tried setting this all in the theme options (am using Renew) but I guess that its fixed because nothing happens when I change the text colour of the site to white and background black so had to resort to changing background colour of sections.
Please could you advise.
Many thanks.
I