Hi,
I need a simple help please.
In the website belezacorderosa.com i don't want the blue under some links in footer.
And by the way how can i change the black in the right upper menu ?
I am using Custom CSS manager plugin and i have the code:
/* Hover title color dos links dos artigos principais */
.home .hentry .entry-title a:hover,
.page-template-front .hentry .entry-title a:hover,
.archive .hentry .entry-title a:hover,
.search .hentry .entry-title a:hover .archive {
color: #000000;
border-color: #f41ff4;
border-bottom: #f41ff4;
}
/* Post title for other pages */
a, a:visited, {
color: #cccccc !important;
}
Thanks.