- Posts: 105
- Thank you received: 0
how can i change the color of the box prev or next
-
cynthia_1982
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
12 years 9 months ago #27880
by cynthia_1982
how can i change the color of the box prev or next was created by cynthia_1982
Hi,
how can i change the color of the box prev or next story
and also, if you can help me to know how to change the gray background of the module of advert5 please
thank you!
how can i change the color of the box prev or next story
and also, if you can help me to know how to change the gray background of the module of advert5 please
thank you!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #27887
by ivan.milic
Replied by ivan.milic on topic how can i change the color of the box prev or next
In layout.css:
ul.pagenav li.pagenav-prev a:hover {
background: url(../images/custom/prev_hover.png) no-repeat center;
}
ul.pagenav li.pagenav-prev a {
display: block;
float: left;
width: 124px;
height: 60px;
text-indent: -9999px;
background: url(../images/custom/prev.png) no-repeat center;
}
ul.pagenav li.pagenav-next a:hover {
background: url(../images/custom/next_hover.png) no-repeat center;
}
ul.pagenav li.pagenav-next a {
display: block;
float: right;
width: 124px;
height: 60px;
text-indent: -9999px;
background: url(../images/custom/next.png) no-repeat center;
}
all 4 images are in :
templates/hot_tennis/images/custom/
ul.pagenav li.pagenav-prev a:hover {
background: url(../images/custom/prev_hover.png) no-repeat center;
}
ul.pagenav li.pagenav-prev a {
display: block;
float: left;
width: 124px;
height: 60px;
text-indent: -9999px;
background: url(../images/custom/prev.png) no-repeat center;
}
ul.pagenav li.pagenav-next a:hover {
background: url(../images/custom/next_hover.png) no-repeat center;
}
ul.pagenav li.pagenav-next a {
display: block;
float: right;
width: 124px;
height: 60px;
text-indent: -9999px;
background: url(../images/custom/next.png) no-repeat center;
}
all 4 images are in :
templates/hot_tennis/images/custom/
Please Log in to join the conversation.
Time to create page: 0.137 seconds