Where can I change the link on my icon?
Need a field in your form.
I use the plugin to customize user experience. I sure don’t want to send them off to www.ads-software.com.
Thank you,
-e
Hey there,
To use Custom CSS, this requires inline styling?
I want to do this:
.login #backtoblog a, .login #nav a {
text-decoration: none;
color: #ffffff!important;
font-weight: 600;
}
.login #backtoblog a:hover, .login #nav a:hover {
color: #353535!important;
}
I expect to be able to post this and call it a day.
If inline, how do I point out what I want to style?
Thank you,
-e