Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 95974

Kreative71 on "Need little help in color links to finish work."

$
0
0

I need some help to finish these work.

The menu on the upper left corner must be without lines and letters in bold and color pink. When put the mouse on change to black.

And in the footer is the opposite. letters are in the right color but on mouse over change to pink.

Can anyone help me ?

Thanks.

I am using the Custom CSS Manager.

The site: belezacorderosa.com

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: #f41ff4;
border-color: #f41ff4;
border-bottom: #f41ff4;
}

/* Post title for other pages */
a, a:visited, {
color: #cccccc !important;
}

/* Remove link from footer */
#sidebar-subsidiary a:hover{
border-bottom: 0;
}

/*Change the color form upper right menu */
#menu-secondary li a,
#menu-secondary li a:hover {
background: #ffffff;
}

#menu-secundary li a:focus {
color: #f41ff4; !important;
}


Viewing all articles
Browse latest Browse all 95974

Trending Articles