How can I delete the arrow pictures on Pressrow
-
-
Look for the pictures in the CSS. Looks like they are in here:
.navigation { width: 480px; padding: 10px; margin-bottom: 30px; font-size: 1.4em; line-height: 1.7em; background: #f5f5f5; float: left; } * html .navigation { line-height: normal; } .previous { padding-left: 27px; margin-bottom: 0; background: url('images/icon_previous.gif') 0 50% no-repeat; float: left; } .next { padding-right: 27px; margin-bottom: 0; background: url('images/icon_next.gif') 100% 50% no-repeat; float: right; } .jump { padding: 4px 6px 4px 33px; margin: 0 0 10px 10px; background: #f5f5f5 url('images/icon_down.gif') 6px 50% no-repeat; float: right; clear: both; } -
Thanks. That worked. But when I try to delete .jump {…} it reverts back to arrow. I assume then it is using the original CSS. Do you know how I can get rid of the “jump to comments” section?
-
-
Thanks. That works but it leaves a hole on where it was. Is there a way around that too so that text flow normally?
- The topic ‘How can I delete the arrow pictures on Pressrow’ is closed to new replies.