Changing background color and button color
-
This seems to be a simple problem, but I can’t seem to figure it out.
Here is the page I am working on:https://maddymoon.com/freedomlounge/members/
I want to change the background so the whole thing is white, and get rid of that weird pink line going on with the button.
I tried these codes in the inspector and they worked and then when I actually added in the CSS, it did not work:
.submit, .pagination ul li.active a {
background: #ffffff !important;
}.page-id-9147 .page-template-default .site-inner,.single .site-inner, .page-template-page_blog .site-inner, .category .site-inner, .search .site-inner {
background: #ffffff !important;
}Any ideas? Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Changing background color and button color’ is closed to new replies.