HI !
You can do it following way below :
Open template.css file in templates/ja_edenite/css folder , find following code section at about line 802 :
#ja-pathway {
background:#F8F8F7 none repeat scroll 0 0;
border-color:#E7E8E6 #E7E8E6 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
color:#626A69;
font-weight:bold;
padding:5px 15px;
}
change to :
#ja-pathway {
background:#F8F8F7 none repeat scroll 0 0;
border-color:#E7E8E6 #E7E8E6 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
color:#626A69;
font-weight:bold;
padding:10px 15px;
}