okaty Posted September 16, 2013 Share Posted September 16, 2013 (edited) Hello, I have a problem with permanent links block. The links have some dots over them, and i can't figure out how to erase the dots. I looked in permanent-link block .css .tpl but didn't find out.. The site is http://www.echipamentengm.ro but the peranent links are hidden. If you use chroome developer tool or firebug and unclick display:none they will apear. Thanks Edited September 16, 2013 by okaty (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 add list-style:none; to #hader_links li class, its a part of: http://www.echipamentengm.ro/themes/BlackRed/css/modules/blockpermanentlinks/blockpermanentlinks.css #header_links li { float: left; padding: 0 8px; border-left: 1px solid #333; line-height: 11px; list-style: none; } Link to comment Share on other sites More sharing options...
okaty Posted September 16, 2013 Author Share Posted September 16, 2013 Thank you! That's what i was looking for . [sOLVED] Link to comment Share on other sites More sharing options...
Recommended Posts