• Resolved lynshock

    (@lynshock)


    Hi,

    I want to change my active link color the same like the Hover color. I already search for the same problem and followed the suggestions but none of them worked…

    This is my site: http://ticket-solutions.com/
    I’m using DailyPost theme.

    Here’s the stylesheet code for the menu:

    /* =Menu */
    nav {
    	padding-right: 20px;
    }
    .menu, .menu-wplook-main-menu-container {
    	margin-left: 20px;
    }
    .menu-wplook-main-menu-container ul, .menu ul {
    	color: #FFF;
    	list-style:none;
    	margin: 0px;
    }
    .menu-wplook-main-menu-container ul li, .menu ul li, .menu li {
    	font-size: 95%;
    	list-style:none;
    
    }
    .menu-wplook-main-menu-container ul li a, .menu ul li a, .menu li a {
    	color: #FFF;
    	margin: 5px 0;
    	padding: 5px;
    	display: block;
    	background: rgba(0, 0, 0, 0.30);
    	line-height: normal;
    	text-decoration: none;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	border-radius: 5px;
    }
    .menu-wplook-main-menu-container ul li ul, .menu ul li ul {
    	margin: 0px;
    	padding: 0px 0 0 10px;
    }
    .menu-wplook-main-menu-container a:hover, .menu a:hover {
    	background: rgba(255, 255, 255, 0.30);
    	color: #000;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
    	transition: all 0.3s ease;
    	border-bottom: none;
    }

    Can anyone help me how to change the active link color.

    Thank you,
    Lyn

  • The topic ‘Changing Active Link Color’ is closed to new replies.