- Posts: 14
- Thank you received: 0
Remove arrow
-
dv
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #32274
by dv
Remove arrow was created by dv
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #32275
by ivan.milic
Replied by ivan.milic on topic Remove arrow
That is for pagination - right?
In template_css.css:
modify background property, and remove text-indent property if you want to return original text.
In template_css.css:
Code:
li.pagination-start a {
background: url(../images/custom/nav_arrow_left_end.png);
text-indent: -9999px;
}
li.pagination-prev a,
ul.pagenav li.pagenav-prev a {
background: url(../images/custom/nav_arrow_left.png);
text-indent: -9999px;
}
li.pagination-next a,
ul.pagenav li.pagenav-next a {
background: url(../images/custom/nav_arrow_right.png);
text-indent: -9999px;
}
li.pagination-end a {
background: url(../images/custom/nav_arrow_right_end.png);
text-indent: -9999px;
}
modify background property, and remove text-indent property if you want to return original text.
Please Log in to join the conversation.
-
dv
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 4 months ago #32362
by dv
Replied by dv on topic Remove arrow
Yes, it is the pagination.
I have been trying what you said, but nothing happens.
I only want to remove the box that part (the box with the arrows for pagination). I want to nothing appears.
Thnaks
I have been trying what you said, but nothing happens.
I only want to remove the box that part (the box with the arrows for pagination). I want to nothing appears.
Thnaks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #32365
by ivan.milic
Replied by ivan.milic on topic Remove arrow
Send link
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #32366
by ivan.milic
Replied by ivan.milic on topic Remove arrow
I still see this in template_css.css:
Code:
li.pagination-start a {
background: url(../images/custom/nav_arrow_left_end.png);
text-indent: -9999px;
}
li.pagination-prev a,
ul.pagenav li.pagenav-prev a {
background: url(../images/custom/nav_arrow_left.png);
text-indent: -9999px;
}
li.pagination-next a,
ul.pagenav li.pagenav-next a {
background: url(../images/custom/nav_arrow_right.png);
text-indent: -9999px;
}
li.pagination-end a {
background: url(../images/custom/nav_arrow_right_end.png);
text-indent: -9999px;
}
Please Log in to join the conversation.
-
dv
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 4 months ago - 11 years 4 months ago #32369
by dv
Replied by dv on topic Remove arrow
Hello,
I removed and it still appears.
The arrows aren't be, but the boxes with next and prev still are. I want to remove all.
You can see in the link I sent you by private message.
Regards
I removed and it still appears.
The arrows aren't be, but the boxes with next and prev still are. I want to remove all.
You can see in the link I sent you by private message.
Regards
Last edit: 11 years 4 months ago by dv.
Please Log in to join the conversation.
Time to create page: 0.180 seconds