I tried to change the color of the links and the text... unfortunately although I clicked on "custom styles" it doesn't accept it. I also wanted to change the color of the headers into a very dark blue (as the "hover" as well....it isn't accepted)
Even trying out the trick in the CSS, like writing
h1, h2, h3, h4, h5, h6 {
color: #050557;
font-weight: normal;
margin:0;
padding: 0;
line-height: 1.1em;
}
didn't work. Maybe you habe any Idea how to change links and headers (especially hover) into dark blue (#050557)... (I am using the light blue theme...)
Thanks a lot in advance!
