Yogurt Theme color for hyperlinks
Permalink
Hi,
I am using yogurt theme. At the moment the hyperlinks are all grey which is not good at all, as they are not as visible as they should be.
The theme has customized facility and there the Link color is set to blue. Yet my hyperlinks on the website are all grey (unless you click on them once!).
The CSS is as follows:
a, p a, li a, a:visited {
color: #999;
text-decoration: none;
outline: none;
}
a:hover, a:active, a:focus {
color: #FFF;
text-decoration: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
outline: none;
}
Please let me know if there is a way to change the color of the links in this theme (why customizing it does not change - while in preview it shows the change!)
Thanks
Bob
I am using yogurt theme. At the moment the hyperlinks are all grey which is not good at all, as they are not as visible as they should be.
The theme has customized facility and there the Link color is set to blue. Yet my hyperlinks on the website are all grey (unless you click on them once!).
The CSS is as follows:
a, p a, li a, a:visited {
color: #999;
text-decoration: none;
outline: none;
}
a:hover, a:active, a:focus {
color: #FFF;
text-decoration: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
outline: none;
}
Please let me know if there is a way to change the color of the links in this theme (why customizing it does not change - while in preview it shows the change!)
Thanks
Bob