Fashionist Posted May 13, 2014 Share Posted May 13, 2014 (edited) Hi all, I'd like to edit the contact block boarder in the navdisplay from this: to this: How can I do? Edited May 13, 2014 by Fashionist (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 13, 2014 Share Posted May 13, 2014 blockuserinfo.css change .header_user_info { float: right; border-left: 1px solid #A9A9A9; border-right: 1px solid #A9A9A9; background: url('http://i.imgur.com/Jf7Ffrp.png') center right no-repeat; } to: .header_user_info { float: right; background: url('http://i.imgur.com/Jf7Ffrp.png') center right no-repeat; } and in: blockcontact.css #contact-link { float: right; border-left: 1px solid #A9A9A9; } to: #contact-link { float: right; background: url('http://i.imgur.com/Jf7Ffrp.png') center right no-repeat; } effect Link to comment Share on other sites More sharing options...
Fashionist Posted May 13, 2014 Author Share Posted May 13, 2014 Greatttt Vekia....solved it Link to comment Share on other sites More sharing options...
Recommended Posts