Viewing 1 replies (of 1 total)
  • Thread Starter Sysadmin

    (@palanthir)

    I made it :

    <style type='text/css'>
    		.breadcrumb {
    			margin-top: 20px;
    			font-size: 12px;
    			font-weight: bold;
    			color: #4d74bc;
    		}
    		.breadcrumb a{
    		text-decoration:none;
    		color:#464646;
    		font-family:Segoe UI;
    		font-size:12px;
    		line-height:18px;
    		text-align:left;
    		}
    		.breadcrumb a:hover{
    		color:#4d74bc;
    		}
    		.breadcrumb a:active{
    		color:#4d74bc;
    }
    		}
    	</style>
Viewing 1 replies (of 1 total)
  • The topic ‘breadcrumb .current_page css class’ is closed to new replies.